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

Commit

Permalink
Merge pull request #20213 from Homebrew/deprecate-daedalus
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored May 2, 2024
2 parents 5880bf5 + 1c1c153 commit 877bb10
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 877bb10

Please sign in to comment.