homebrew-cask/Casks/openbazaar.rb

23 lines
955 B
Ruby
Raw Normal View History

2016-03-26 06:20:47 +08:00
cask 'openbazaar' do
2016-04-26 05:28:37 +08:00
version '1.1.4'
sha256 'ec5367ce0b9c8c4601432745848507591671f75a51595c0f402163d8fcf0efca'
2016-03-26 06:20:47 +08:00
# 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',
2016-04-26 05:28:37 +08:00
checkpoint: 'abb16a0a9005fdaa8c78bd8baacccc4ce9cea4574d7d028516cb8451f1b08653'
2016-03-26 06:20:47 +08:00
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