homebrew-cask/Casks/clonk.rb

13 lines
270 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'clonk' do
2014-09-17 19:42:41 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-17 10:39:24 +08:00
# clonkx.de is the official download host per the vendor homepage
url 'http://www.clonkx.de/rage/cr_full_mac.zip'
2015-04-20 23:17:49 +08:00
name 'Clonk Rage'
homepage 'http://www.clonk.de/cr.php'
2015-08-14 04:13:37 +08:00
license :oss
2014-09-16 00:05:23 +08:00
app 'Clonk.app'
end