homebrew-cask/Casks/torrent-file-editor.rb

19 lines
806 B
Ruby
Raw Normal View History

2017-08-28 01:32:15 +08:00
cask 'torrent-file-editor' do
version '0.3.10'
sha256 'd6e6e7e9481a6ba79c1fadc5f7cb4891400d6e15777a2100df2df4a07b2077af'
2017-08-28 01:32:15 +08:00
url "https://downloads.sourceforge.net/torrent-file-editor/v#{version}/torrent-file-editor-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://sourceforge.net/projects/torrent-file-editor/rss'
2017-08-28 01:32:15 +08:00
name 'Torrent File Editor'
homepage 'https://sourceforge.net/projects/torrent-file-editor/'
app 'Torrent File Editor.app'
2017-11-18 17:46:22 +08:00
zap trash: [
'~/Library/Caches/net.sourceforge.torrent-file-editor',
'~/Library/Cookies/net.sourceforge.torrent-file-editor.binarycookies',
'~/Library/Preferences/net.sourceforge.torrent-file-editor.plist',
'~/Library/Saved Application State/net.sourceforge.torrent-file-editor.savedState',
]
2017-08-28 01:32:15 +08:00
end