homebrew-cask/Casks/tvrenamer.rb

19 lines
645 B
Ruby
Raw Normal View History

2014-11-14 01:27:14 +08:00
cask :v1 => 'tvrenamer' do
2014-09-02 09:59:31 +08:00
version '0.6'
sha256 'fe38d8f7fab69bc54673ef9822b01401d5d72453865842f27023ecd7de4a531a'
# github.com is the official download host per the vendor homepage
2014-09-02 09:59:31 +08:00
url "https://github.com/tvrenamer/tvrenamer/releases/download/v#{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