homebrew-cask/Casks/cog.rb

15 lines
569 B
Ruby
Raw Normal View History

2014-11-14 01:25:36 +08:00
cask :v1 => 'cog' do
2014-10-28 22:18:17 +08:00
version 'r2051'
sha256 '1cc55f718a15810cccc5141312c01079e1da230a2412e4bc66c172de7aee36fe'
2014-10-28 22:18:17 +08:00
# the stable package on sourceforge is a bzip-inside-bzip that we can't handle
url "http://cogx.org/nightly_builds/cog-#{version}.tbz"
2014-10-15 23:43:48 +08:00
appcast 'http://mamburu.net/cog/stable.xml',
:sha256 => 'f5770d73ad0c4a19af24cf25195c01d1cc05b937a79416fe82ead0949beee62e'
2015-01-12 02:54:11 +08:00
name 'Cog'
2013-05-31 16:12:00 +08:00
homepage 'http://cogx.org'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:24 +08:00
app 'Cog.app'
2013-05-31 16:12:00 +08:00
end