mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Due to Ruby's limitations on class names, I had to refer to this game as "Zero-AD". If anyone knows how to make this work with the command `$ brew cask install 0ad`, please let me know!
7 lines
222 B
Ruby
7 lines
222 B
Ruby
class ZeroAd < Cask
|
|
url 'http://releases.wildfiregames.com/0ad-0.0.14-alpha-osx64.dmg'
|
|
homepage 'http://www.play0ad.com/'
|
|
version '0.0.14-alpha'
|
|
sha1 'c6c1b630a7117210d217da1076a18faf988c86a3'
|
|
link '0ad.app'
|
|
end
|