homebrew-cask/Casks/c3.rb

14 lines
425 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'c3' do
2014-11-25 22:00:04 +08:00
# note: "3" is not a version number, but an intrinsic part of the product name
2015-01-17 10:54:32 +08:00
version '0.6.8.6120'
sha256 'ce8f1f18376b0c46bedca4853c5b51c3af973a12c8762522bad48c49a286b5d7'
2015-01-17 10:26:05 +08:00
# cloudfront.net is the official download host per the vendor homepage
2015-01-17 10:54:32 +08:00
url "https://d2xj26462na9l3.cloudfront.net/c3/C3-#{version}.dmg"
2015-01-06 10:29:30 +08:00
name 'C3'
homepage 'https://www.downloadc3.com/'
license :gratis
2014-09-16 00:05:21 +08:00
app 'c3.app'
end