homebrew-cask/Casks/openra.rb

16 lines
566 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'openra' do
2016-10-16 14:15:11 +08:00
version '20161015'
sha256 '9566f0404f03fde70e577eb0407a09fb95272f64c1c98a4cb019ceadf69189ce'
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-16 14:15:11 +08:00
checkpoint: '9e9f55215e33ba4b0bc688821a2efd1ec5338c784273d2ec891f92527078b88d'
2015-04-17 04:33:26 +08:00
name 'OpenRA'
2016-05-13 22:43:43 +08:00
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