homebrew-cask/Casks/filebot.rb

14 lines
524 B
Ruby
Raw Normal View History

2014-11-14 01:25:50 +08:00
cask :v1 => 'filebot' do
2015-01-24 04:43:54 +08:00
version '4.5.6'
sha256 '94ebf2233b771cc1641abc9899069f6a37834df998e6081c1ab617676f6fea7d'
2015-01-18 03:00:08 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:36 +08:00
url "http://downloads.sourceforge.net/project/filebot/filebot/FileBot_#{version}/FileBot_#{version}.app.tar.gz"
homepage 'http://www.filebot.net/'
license :gpl
2014-09-16 00:05:33 +08:00
app 'FileBot.app'
binary 'FileBot.app/Contents/MacOS/filebot.sh', :target => 'filebot'
caveats 'FileBot requires Java 8. Run "java -version" to verify.'
2013-04-15 23:47:11 +08:00
end