Skip to content

Commit

Permalink
New cask sage-wallet
Browse files Browse the repository at this point in the history
The sagest wallet for the Chia blockchain.
  • Loading branch information
ctrlaltdel committed Jan 6, 2025
1 parent 41eac41 commit b51fc94
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Casks/s/sage-wallet.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cask "sage-wallet" do
version "0.9.1"
sha256 "987168893c597ac031d2fd96dc067ab5e60c824dd85b4aa970521c2f3532402e"

url "https://github.com/xch-dev/sage/releases/download/v#{version}/Sage_#{version}_universal.dmg", verified: "github.com/xch-dev/sage/"

Check failure on line 5 in Casks/s/sage-wallet.rb

View workflow job for this annotation

GitHub Actions / test sage-wallet (macos-13, intel)

GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars)

Check failure on line 5 in Casks/s/sage-wallet.rb

View workflow job for this annotation

GitHub Actions / test sage-wallet (macos-15, arm)

GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars)
name "sage-wallet"
desc "Sagest wallet for the Chia blockchain"
homepage "https://sagewallet.net/"

livecheck do
url :url
strategy :github_latest
end

depends_on macos: ">= :high_sierra"

app "Sage.app"

zap trash: "~/Library/WebKit/com.rigidnetwork.sage"
end

0 comments on commit b51fc94

Please sign in to comment.