Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
daedalus-flight: discontinue
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei committed May 2, 2024
1 parent 3f7a516 commit 1c1c153
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Casks/daedalus-flight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@
desc "Pre-release of Daedalus cryptocurrency wallet for ada on the Cardano blockchain"
homepage "https://daedaluswallet.io/en/flight/"

livecheck do
url "https://update-cardano-mainnet-flight.iohk.io/daedalus-latest-version.json"
regex(%r{/daedalus-(\d+(?:\.\d+)*(?:-FC\d*)?)-mainnet_flight-(\d+)\.pkg}i)
strategy :page_match do |page, regex|
page.scan(regex).map { |match| "#{match[0]},#{match[1]}" }
end
end
deprecate! date: "2024-05-02", because: :discontinued

auto_updates true
depends_on macos: ">= :high_sierra"
Expand Down

0 comments on commit 1c1c153

Please sign in to comment.