homebrew-cask/Casks/cog.rb

14 lines
360 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"
2018-06-12 22:37:26 +08:00
appcast 'http://mamburu.net/cog/stable.xml'
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