homebrew-cask/Casks/openmw.rb

14 lines
441 B
Ruby

cask 'openmw' do
version '0.46.0'
sha256 '9a123492f3017bff35e6a5bfe27ca55e3a4af406301d41ef255b53c4ded4cd63'
# github.com/ was verified as official when first introduced to the cask
url "https://github.com/OpenMW/openmw/releases/download/openmw-#{version}/OpenMW-#{version}.dmg"
appcast 'https://github.com/OpenMW/openmw/releases.atom'
name 'OpenMW'
homepage 'https://openmw.org/'
app 'OpenMW.app'
app 'OpenMW-CS.app'
end