homebrew-cask/Casks/filebot.rb

19 lines
512 B
Ruby

cask 'filebot' do
version '4.8.2'
sha256 '83cdfc79e1680413a05109e69952dbd702bab523d5939a95bb18e66a26dc20b4'
url "https://get.filebot.net/filebot/FileBot_#{version}/FileBot_#{version}.app.tar.xz"
appcast 'https://app.filebot.net/update.xml'
name 'FileBot'
homepage 'https://www.filebot.net/'
app 'FileBot.app'
binary "#{appdir}/FileBot.app/Contents/MacOS/filebot.sh", target: 'filebot'
zap trash: '~/Library/Preferences/net.filebot.ui.plist'
caveats do
depends_on_java '10+'
end
end