homebrew-cask/Casks/p/planet.rb

22 lines
576 B
Ruby

cask "planet" do
version "0.15.0"
sha256 "0e0bbd78815d30afa529161d8c8a45673e23e11c357ccb36c0ef3e1a3387c773"
url "https://github.com/Planetable/Planet/releases/download/release-#{version}/Planet.zip",
verified: "github.com/Planetable/Planet/"
name "Planet"
desc "Decentralized blogs and websites powered by IPFS and Ethereum Name System"
homepage "https://www.planetable.xyz/"
livecheck do
url :url
regex(/^release-(\d+(?:[.-]\d+)+)$/i)
end
auto_updates true
app "Planet.app"
zap trash: "~/Library/Containers/xyz.planetable.Planet"
end