homebrew-cask/Casks/openbazaar.rb

22 lines
940 B
Ruby

cask 'openbazaar' do
version '1.1.7'
sha256 '790c5303a42fe055f3d4b2cd5af6246ec06ee23395ca001b5365962b63abfd05'
# 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: '9e386b2fbe4620771a0e8f39fc6b361ae4d539da64fa18cbe46aea4b7acdf27b'
name 'OpenBazaar'
homepage 'https://openbazaar.org/'
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