homebrew-cask/Casks/subtitle-master.rb

15 lines
615 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'subtitle-master' do
2015-12-22 03:26:19 +08:00
version '2.0.1'
sha256 '8936495ef4aefe9bf59c28dd4d5a92574c194062067c318667e3f55428245304'
2015-12-22 03:26:19 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/subtitle-master/subtitlemaster/releases/download/v#{version}-SNAPSHOT/Subtitle.Master-osx-v#{version}-SNAPSHOT.zip"
appcast 'https://github.com/subtitle-master/subtitlemaster/releases.atom',
checkpoint: 'e12b1034eeb5c53a908d9ddaea48e3e58d408853b4d0836bbbc50334e7a70878'
2015-05-03 04:21:36 +08:00
name 'Subtitle Master'
2013-12-19 07:44:08 +08:00
homepage 'http://subtitlemaster.com/'
2015-12-22 03:26:19 +08:00
license :eclipse
2014-09-16 00:06:25 +08:00
app 'Subtitle Master.app'
2013-12-19 07:44:08 +08:00
end