homebrew-cask/Casks/inc.rb

13 lines
286 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'inc' do
2014-09-17 19:42:48 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-06 00:25:22 +08:00
# amazonaws.com is the official download host per the vendor homepage
url 'http://inc-static.kippt.com.s3.amazonaws.com/apps/inc-osx.zip'
2015-04-03 06:16:34 +08:00
name 'Inc'
homepage 'http://sendtoinc.com/apps/'
2015-09-05 00:47:23 +08:00
license :gratis
2014-09-16 00:05:44 +08:00
app 'Inc.app'
2013-11-07 02:32:41 +08:00
end