homebrew-cask/Casks/chia.rb

25 lines
695 B
Ruby

cask "chia" do
version "1.2.11"
sha256 "f9f58e3d7d420408bc66b06b40e3289185a96707fa52d75631cd1e7a2b9e48a1"
url "https://github.com/Chia-Network/chia-blockchain/releases/download/#{version}/Chia-#{version}.dmg",
verified: "github.com/Chia-Network/chia-blockchain/"
name "Chia Blockchain"
desc "GUI Python implementation for the Chia blockchain"
homepage "https://www.chia.net/"
livecheck do
url :url
strategy :github_latest
end
app "Chia.app"
zap trash: [
"~/Library/Application Support/Chia Blockchain",
"~/Library/Preferences/net.chia.blockchain.plist",
"~/Library/Saved Application State/net.chia.blockchain.savedState",
"~/.chia",
]
end