homebrew-cask/Casks/openra.rb

16 lines
483 B
Ruby
Raw Normal View History

2014-11-14 01:26:33 +08:00
cask :v1 => 'openra' do
2015-09-24 01:57:35 +08:00
version '20150919'
sha256 '395ab15e92cec263ca6fda3f97b3593fd7e42ab9e7b3ca23f302bc4809605761'
2015-01-18 10:01:24 +08:00
# github.com is the official download host per the vendor homepage
2014-09-26 22:58:33 +08:00
url "https://github.com/OpenRA/OpenRA/releases/download/release-#{version}/OpenRA-release-#{version}.zip"
2015-03-15 19:54:10 +08:00
appcast 'https://github.com/OpenRA/OpenRA/releases.atom'
2015-04-17 04:33:26 +08:00
name 'OpenRA'
2014-08-17 20:45:02 +08:00
homepage 'http://www.openra.net/'
license :gpl
depends_on :cask => 'mono-mdk'
2014-09-16 00:06:03 +08:00
app 'OpenRA.app'
2014-02-14 07:04:15 +08:00
end