homebrew-cask/Casks/ipfs.rb

12 lines
406 B
Ruby

cask 'ipfs' do
version '0.11.2'
sha256 'f7aeb45e76d74de07e15b5ec9ddb692d00df143375996c344227221ac53a205e'
url "https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v#{version}/ipfs-desktop-#{version}.dmg"
appcast 'https://github.com/ipfs-shipyard/ipfs-desktop/releases.atom'
name 'IPFS Desktop'
homepage 'https://github.com/ipfs-shipyard/ipfs-desktop'
app 'IPFS Desktop.app'
end