Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New cask sage-wallet #197346

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading