homebrew-cask/Casks/cog.rb

15 lines
450 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cog' do
2017-04-30 05:01:13 +08:00
version 'r2068'
sha256 '9c9ad68bf9fa29da31f69bb19e45fce694e5122a6360d275eeaf2b0e4b58f33f'
2014-10-28 22:18:17 +08:00
# the stable package on sourceforge is a bzip-inside-bzip that we can't handle
2016-07-05 06:35:19 +08:00
2017-04-30 05:01:13 +08:00
url "http://cogx.org/nightly_builds/cog-#{version}.tbz"
appcast 'http://mamburu.net/cog/stable.xml',
checkpoint: 'f5770d73ad0c4a19af24cf25195c01d1cc05b937a79416fe82ead0949beee62e'
2015-01-12 02:54:11 +08:00
name 'Cog'
homepage 'https://cogx.org/'
2014-09-16 00:05:24 +08:00
app 'Cog.app'
2013-05-31 16:12:00 +08:00
end