homebrew-cask/Casks/tvrenamer.rb

19 lines
646 B
Ruby
Raw Normal View History

2014-11-14 01:27:14 +08:00
cask :v1 => 'tvrenamer' do
2015-11-14 07:02:02 +08:00
version '0.7.1'
sha256 '51c56fca7ce361aed823d4b943a438f4d0b1d516620c4f8548cbefbff0ecf309'
2014-09-02 09:59:31 +08:00
# github.com is the official download host per the vendor homepage
2015-11-14 07:02:02 +08:00
url "https://github.com/tvrenamer/tvrenamer/releases/download/#{version}/TVRenamer-#{version}-osx64.zip"
2015-03-15 19:55:52 +08:00
appcast 'https://github.com/tvrenamer/tvrenamer/releases.atom'
2015-05-06 03:23:29 +08:00
name 'TVRenamer'
2014-09-02 09:59:31 +08:00
homepage 'http://tvrenamer.org'
2014-10-12 00:34:57 +08:00
license :gpl
2014-09-02 09:59:31 +08:00
app "TVRenamer-#{version}.app"
2014-12-05 23:32:49 +08:00
caveats <<-EOS.undent
2014-12-11 00:46:08 +08:00
#{token} requires a Java JRE to be installed. You should be prompted to install
Java on the first execution if it is not already present.
EOS
2014-09-02 09:59:31 +08:00
end