feat: add IPFS Desktop v0.7.0 (#60498)

* feat: add IPFS Desktop

Ref.: https://github.com/ipfs-shipyard/ipfs-desktop/issues/691

* fix: styling

* Update and rename ipfs-desktop.rb to ipfs.rb
This commit is contained in:
Henrique Dias 2019-03-17 22:14:03 +00:00 committed by Vítor Galvão
parent 63118dbf28
commit a902c27563
1 changed files with 11 additions and 0 deletions

11
Casks/ipfs.rb Normal file
View File

@ -0,0 +1,11 @@
cask 'ipfs' do
version '0.7.0'
sha256 '4cce1d57191abbbdee7f499e1a056d335eaa1861f0f1c16b227975c4f31772b7'
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