homebrew-cask/Casks/c3.rb

13 lines
362 B
Ruby
Raw Normal View History

2014-11-14 01:25:31 +08:00
cask :v1 => '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
version '0.5.2.2143'
sha256 '1f039168caf6487c4ded7fdec5ebf80f4400b03188a40b1bc06f0abc8bf3d3ff'
2014-09-26 20:08:48 +08:00
url "https://d2xj26462na9l3.cloudfront.net/c3/C3-FNF-#{version}.dmg"
2015-01-06 10:29:30 +08:00
name 'C3'
homepage 'http://www.downloadc3.com/'
license :gratis
2014-09-16 00:05:21 +08:00
app 'c3.app'
end