homebrew-cask/Casks/bleep.rb

23 lines
800 B
Ruby
Raw Normal View History

2014-11-14 01:25:29 +08:00
cask :v1 => 'bleep' do
2014-09-18 06:19:36 +08:00
version :latest
sha256 :no_check
2015-01-17 10:20:20 +08:00
# utorrent.com is the official download host per the vendor homepage
2014-09-18 06:19:36 +08:00
url 'https://download-new.utorrent.com/endpoint/bleep/os/osx/track/stable/'
2015-01-10 05:16:24 +08:00
name 'Bleep'
2015-05-23 01:20:02 +08:00
appcast 'https://bleeposx.bittorrent.com/appcast.xml',
:sha256 => '266fc57b32cbbe67b46513eba330c1986681f767892d97ad66b0a61510d4aaf1'
homepage 'http://www.bleep.pm/'
2014-10-16 03:29:56 +08:00
license :gratis
tags :vendor => 'BitTorrent'
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