homebrew-cask/Casks/openra.rb

17 lines
569 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'openra' do
2015-12-25 05:57:34 +08:00
version '20151224'
sha256 '2c3f43839b6626e5c739d28c332e9f3b03c0ef4b0fd0c76980f3c55044c90dbb'
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-12-26 04:57:40 +08:00
appcast 'https://github.com/OpenRA/OpenRA/releases.atom',
:checkpoint => '6375065250a8ecd493ac7e19b37e60c18f57c28883a74458455fe751ac155bf0'
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