homebrew-cask/Casks/tvrenamer.rb

19 lines
592 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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-12-26 04:57:40 +08:00
appcast 'https://github.com/tvrenamer/tvrenamer/releases.atom',
checkpoint: '4b7e78cab3a5dcf2fc2067ab6daa594740deb345929b1d77c8035cb454e19861'
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
2016-01-13 01:42:51 +08:00
caveats do
depends_on_java
end
2014-09-02 09:59:31 +08:00
end