homebrew-cask/Casks/ipfs.rb

19 lines
482 B
Ruby

cask "ipfs" do
version "0.18.1"
sha256 "815f42e1e67ec886118676d88128342efb521c13778de8a18fd837abcbfcadb6"
url "https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v#{version}/IPFS-Desktop-#{version}.dmg"
name "IPFS Desktop"
desc "Menu bar application for the IPFS peer-to-peer network"
homepage "https://github.com/ipfs-shipyard/ipfs-desktop"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
app "IPFS Desktop.app"
end