homebrew-cask/Casks/filebot.rb

21 lines
796 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'filebot' do
2017-04-03 18:43:53 +08:00
version '4.7.9'
sha256 'bae8ec7ee51f3c11b8c190c14199c42a299d72755dd9e14763ca87189dd1d687'
# sourceforge.net/filebot was verified as official when first introduced to the cask
2016-11-30 20:11:13 +08:00
url "https://downloads.sourceforge.net/filebot/filebot/FileBot_#{version}/FileBot_#{version}-darwin.tar.xz"
appcast 'https://app.filebot.net/update.xml',
2017-04-03 18:43:53 +08:00
checkpoint: 'cfc707d5378dd6e9ca479a4d20f92801e4a18ce326909ff31b99d417649a4fae'
2015-03-30 00:12:59 +08:00
name 'FileBot'
homepage 'https://www.filebot.net/'
2016-11-30 20:11:13 +08:00
# The darwin package only includes the CLI tools. Launching the app bundle merely redirects to the Mac App Store.
binary 'FileBot.app/Contents/MacOS/filebot.sh', target: 'filebot'
2016-11-30 20:11:13 +08:00
zap delete: '~/Library/Preferences/net.filebot.ui.plist'
2016-01-13 01:40:02 +08:00
caveats do
depends_on_java('8')
end
2013-04-15 23:47:11 +08:00
end