homebrew-cask/Casks/openra.rb

15 lines
525 B
Ruby

cask 'openra' do
version '20200202'
sha256 '4fe30d596133b96b1b66f1edcc6925ebcb3170e6cff076c7c1c74005460db8f5'
# github.com/OpenRA/OpenRA was verified as official when first introduced to the cask
url "https://github.com/OpenRA/OpenRA/releases/download/release-#{version}/OpenRA-release-#{version}.dmg"
appcast 'https://github.com/OpenRA/OpenRA/releases.atom'
name 'OpenRA'
homepage 'https://www.openra.net/'
app 'OpenRA - Dune 2000.app'
app 'OpenRA - Red Alert.app'
app 'OpenRA - Tiberian Dawn.app'
end