homebrew-cask/Casks/openra.rb

15 lines
525 B
Ruby

cask 'openra' do
version '20191117'
sha256 'ff5fafd5a3233c562d6a7515b15938d461815d36373bc1e23d46642d465ab1b6'
# 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