homebrew-cask/Casks/bleep.rb

22 lines
834 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bleep' do
2016-01-08 00:56:01 +08:00
version '1.1.0'
sha256 '7b28ab86de771e5b446769e385a7c5f689d3711a880f532fdd5db664ba46723c'
2014-09-18 06:19:36 +08:00
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-05-23 01:20:02 +08:00
appcast 'https://bleeposx.bittorrent.com/appcast.xml',
2016-01-08 00:56:01 +08:00
:sha256 => '1a1f1b970294837f0f43752bfab8c15fb0e2a763910d2e21f5c4b98b415ffa39'
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