Merge pull request #11152 from mjgardner/bleep

Update Bleep.app homepage, add vendor and zap ~/Library files
This commit is contained in:
Vítor Galvão 2015-05-13 02:32:10 +01:00
commit 14f859769c
1 changed files with 9 additions and 1 deletions

View File

@ -5,8 +5,16 @@ cask :v1 => 'bleep' do
# utorrent.com is the official download host per the vendor homepage
url 'https://download-new.utorrent.com/endpoint/bleep/os/osx/track/stable/'
name 'Bleep'
homepage 'http://labs.bittorrent.com/bleep/'
homepage 'http://www.bleep.pm/'
license :gratis
tags :vendor => 'BitTorrent'
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