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-03-11 09:28:20 +08:00
version '1.1.3'
sha256 '685a7f446c091e52a568a0d3333f40d5412830c6ae54d1038fe2f5df219633c2'
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-03-11 09:28:20 +08:00
checkpoint: 'bc0518c59ecb182db88507556d4e5765723c41d5467219901487604d0800d0bf'
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