homebrew-cask/Casks/wesnoth.rb

15 lines
463 B
Ruby

cask 'wesnoth' do
version '1.14.2'
sha256 'fb1a07d2f9fd37a98a8d79f47256316d7fa0167d11871048c1774549b7c71f25'
# sourceforge.net/wesnoth was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/wesnoth/Wesnoth_#{version}.dmg"
appcast 'https://sourceforge.net/projects/wesnoth/rss'
name 'The Battle for Wesnoth'
homepage 'https://wesnoth.org/'
depends_on macos: '>= :mountain_lion'
app 'Wesnoth.app'
end