homebrew-cask/Casks/webtorrent.rb

24 lines
1.0 KiB
Ruby
Raw Normal View History

2016-04-07 09:36:30 +08:00
cask 'webtorrent' do
2016-09-05 20:20:35 +08:00
version '0.14.0'
sha256 '4153940673341c8640310973ee0cf39eecad963ae577fbece2abc225659e39e8'
2016-04-07 09:36:30 +08:00
# github.com/feross/webtorrent-desktop was verified as official when first introduced to the cask
url "https://github.com/feross/webtorrent-desktop/releases/download/v#{version}/WebTorrent-v#{version}.dmg"
appcast 'https://github.com/feross/webtorrent-desktop/releases.atom',
2016-09-05 20:20:35 +08:00
checkpoint: '6c1efde2a64755df13b6d7d488fa8e8fba76bbc5aa501febddca57ddc94cb57f'
2016-04-07 09:36:30 +08:00
name 'WebTorrent Desktop'
homepage 'https://webtorrent.io/desktop'
license :mit
app 'WebTorrent.app'
zap delete: [
'~/Library/Application Support/WebTorrent',
'~/Library/Saved Application State/io.webtorrent.webtorrent.savedState',
'~/Library/Caches/WebTorrent',
'~/Library/Preferences/io.webtorrent.webtorrent.plist',
'~/Library/Application Support/io.webtorrent.webtorrent.ShipIt',
'~/Library/Caches/io.webtorrent.webtorrent',
]
end