homebrew-cask/Casks/openra.rb

12 lines
374 B
Ruby
Raw Normal View History

2014-11-14 01:26:33 +08:00
cask :v1 => 'openra' do
2014-11-19 06:09:32 +08:00
version '20141029'
sha256 '421f341d324e2e360cf17facc1379b19036f7459516b84685037a041d5020e64'
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"
2014-08-17 20:45:02 +08:00
homepage 'http://www.openra.net/'
license :gpl
2014-09-16 00:06:03 +08:00
app 'OpenRA.app'
2014-02-14 07:04:15 +08:00
end