Add OpenBazaar v1.0.10

This commit is contained in:
Jerzerak 2016-03-25 18:20:47 -04:00 committed by Vítor Galvão
parent cee6569b9b
commit 7a21b00774
1 changed files with 22 additions and 0 deletions

22
Casks/openbazaar.rb Normal file
View File

@ -0,0 +1,22 @@
cask 'openbazaar' do
version '1.0.10'
sha256 '8f7e4fdee147a63792f84f3f332016987648a426f5cb70fde7b571a26949f016'
# github.com/OpenBazaar/OpenBazaar-Installer was verified as official when first introduced to the cask
url "https://github.com/OpenBazaar/OpenBazaar-Installer/releases/download/v#{version}/OpenBazaar-#{version}.dmg"
appcast 'https://github.com/OpenBazaar/OpenBazaar-Installer/releases.atom',
checkpoint: 'cdd68e7f9695aeef83652b13182ea2309d3f1b555c3be96f0f77d13801936ad2'
name 'OpenBazaar'
homepage 'https://openbazaar.org/'
license :mit
app 'OpenBazaar.app'
zap delete: [
'~/Library/Application Support/OpenBazaar',
'~/Library/Caches/OpenBazaar',
'~/Library/Caches/com.electron.openbazaar',
'~/Library/Preferences/com.electron.openbazaar.plist',
'~/Library/Application Support/com.electron.openbazaar.ShipIt',
]
end