homebrew-cask/Casks/bleep.rb

22 lines
822 B
Ruby

cask 'bleep' do
version '1.1.4'
sha256 'fde60910518e2464ad486272b4eb6c6e766e5ac6a03c0a1fc9326c249c1218d5'
# utorrent.com was verified as official when first introduced to the cask
url 'https://download-new.utorrent.com/endpoint/bleep/os/osx/track/stable/'
appcast 'https://bleeposx.bittorrent.com/appcast.xml',
checkpoint: 'e4ee8737fb6d35afc019f356c4d624e9ff501c3d945ffe57d32302696e371c27'
name 'BitTorrent Bleep'
homepage 'http://www.bleep.pm/'
license :gratis
app 'Bleep.app'
zap delete: [
'~/Library/Application Support/Bleep',
'~/Library/Caches/com.bittorrent.bleep.osx',
'~/Library/Preferences/com.bittorrent.bleep.osx.plist',
'~/Library/Saved Application State/com.bittorrent.bleep.osx.savedState',
]
end