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
2016-11-30 20:11:13 +08:00
version '4.7.5'
sha256 '51f0fc6a992ee82ee05a7596a36b68f95e5f0306d6b35f5a767ab5aeeecb5e64'
# 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',
checkpoint: '10b885da024848f3d58be9b54f44088aa2dd3f7e714a8b0e3bbef96f2824bb2c'
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