homebrew-cask/Casks/bleep.rb

22 lines
822 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bleep' do
2016-04-02 03:34:17 +08:00
version '1.1.4'
sha256 'fde60910518e2464ad486272b4eb6c6e766e5ac6a03c0a1fc9326c249c1218d5'
2014-09-18 06:19:36 +08:00
2016-02-12 01:45:42 +08:00
# utorrent.com was verified as official when first introduced to the cask
2014-09-18 06:19:36 +08:00
url 'https://download-new.utorrent.com/endpoint/bleep/os/osx/track/stable/'
2015-05-23 01:20:02 +08:00
appcast 'https://bleeposx.bittorrent.com/appcast.xml',
2016-04-02 03:34:17 +08:00
checkpoint: 'e4ee8737fb6d35afc019f356c4d624e9ff501c3d945ffe57d32302696e371c27'
name 'BitTorrent Bleep'
homepage 'http://www.bleep.pm/'
2014-10-16 03:29:56 +08:00
license :gratis
2014-09-18 06:19:36 +08:00
2014-10-14 01:00:13 +08:00
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',
]
2014-09-18 06:19:36 +08:00
end