homebrew-cask/Casks/ctivo.rb

13 lines
480 B
Ruby
Raw Normal View History

2014-11-14 01:25:39 +08:00
cask :v1 => 'ctivo' do
2014-08-17 17:59:46 +08:00
version '2.3.1'
sha256 '55ad469432634a77be432741ee6dfc5480c3baf652a6d2b3cde70f919c1d13d7'
2014-09-26 20:08:51 +08:00
url "https://github.com/dscottbuch/cTiVo/releases/download/v#{version}.468/cTiVo_#{version}_468.zip"
2014-10-15 23:43:48 +08:00
appcast 'https://github.com/dscottbuch/cTiVo/blob/master/update/sparklecast.xml',
:sha256 => 'd5462bd4d454bcd9e3d55d8ee85fc32913d332d0dba41c14be3a33ac1d6f4c54'
homepage 'https://github.com/dscottbuch/cTiVo'
2014-10-01 23:32:43 +08:00
license :oss
2014-09-16 00:05:26 +08:00
app 'cTiVo.app'
2014-03-16 03:59:26 +08:00
end