homebrew-cask/Casks/subtitles.rb

16 lines
487 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'subtitles' do
2016-01-12 03:08:54 +08:00
version '3.2.8'
sha256 'b49d76be6d7b6720ee0024a6bdd9dae946520c24a7adc1be2e9ffc6959b70f1b'
url "http://subtitlesapp.com/download/Subtitles-mac-#{version}.zip"
2014-10-15 23:43:56 +08:00
appcast 'http://subtitlesapp.com/updates.xml',
2016-01-12 03:08:54 +08:00
:sha256 => '0be1f521663c0613abe176314e166b0fd13a5adcf3f58e9ef066d979995848c9'
2015-01-05 05:02:48 +08:00
name 'Subtitles'
2013-05-25 04:34:52 +08:00
homepage 'http://subtitlesapp.com'
2015-04-15 08:01:36 +08:00
license :commercial
2014-09-16 00:06:25 +08:00
app 'Subtitles.app'
2015-12-05 11:08:19 +08:00
zap :delete => '~/Library/Application Support/Subtitles'
2013-05-25 04:34:52 +08:00
end