diff --git a/Casks/bleep.rb b/Casks/bleep.rb index f0a2bc138a5..6b8b3708db7 100644 --- a/Casks/bleep.rb +++ b/Casks/bleep.rb @@ -4,18 +4,18 @@ cask '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 'BitTorrent Bleep' appcast 'https://bleeposx.bittorrent.com/appcast.xml', :sha256 => '266fc57b32cbbe67b46513eba330c1986681f767892d97ad66b0a61510d4aaf1' + name 'BitTorrent Bleep' homepage 'http://www.bleep.pm/' license :gratis 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', + '~/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