homebrew-cask/Casks/ripit.rb

14 lines
384 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ripit' do
2014-09-17 19:43:00 +08:00
version :latest
sha256 :no_check
url 'https://files.thelittleappfactory.com/ripit/RipIt.zip'
2015-12-26 04:57:40 +08:00
appcast 'https://files.thelittleappfactory.com/ripit/appcast.xml',
:sha256 => 'b2f4306183f5a193000dbfc55e70949e3c7394488264e4dac6c42ee463970b30'
2015-03-16 08:34:30 +08:00
name 'RipIt'
2012-10-19 18:05:07 +08:00
homepage 'http://thelittleappfactory.com/ripit/'
2015-10-09 02:30:04 +08:00
license :commercial
2014-09-16 00:06:14 +08:00
app 'RipIt.app'
2012-10-19 18:05:07 +08:00
end