homebrew-cask/Casks/openra.rb

16 lines
567 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'openra' do
2016-10-20 17:03:28 +08:00
version '20161019'
sha256 '216ed0d307a57b7c7c5d8e304ba227e11548aabfa696247446ada5e9f88e5e00'
2016-06-18 06:37:09 +08:00
# github.com/OpenRA/OpenRA was verified as official when first introduced to the cask
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',
2016-10-20 17:03:28 +08:00
checkpoint: 'da02f72b8d7631c584ba88626c1dc82bec737f2ea0de0d1edb41e6a3ca6b800f'
2015-04-17 04:33:26 +08:00
name 'OpenRA'
homepage 'http://www.openra.net/'
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