Skip to content

Commit

Permalink
feat: add IPFS Desktop v0.7.0 (#60498)
Browse files Browse the repository at this point in the history
* feat: add IPFS Desktop

Ref.: ipfs/ipfs-desktop#691

* fix: styling

* Update and rename ipfs-desktop.rb to ipfs.rb
  • Loading branch information
hacdias authored and vitorgalvao committed Mar 17, 2019
1 parent 63118db commit a902c27
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Casks/ipfs.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a902c27

Please sign in to comment.