homebrew-cask/Casks/wesnoth.rb

14 lines
512 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'wesnoth' do
2016-12-30 09:20:58 +08:00
version '1.12.6'
sha256 'c94fe7880b1ed0f52e31ad570d3f082412ffbeb9d7ddadf0c64d501dfc1f0589'
2016-07-31 13:45:28 +08:00
# 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',
2016-12-22 18:39:26 +08:00
checkpoint: 'e0e6ab9b2945b0b88f059f3a7d2d2702d869a00c3f85ac7a2b17d16019b81597'
2015-04-02 13:41:50 +08:00
name 'The Battle for Wesnoth'
2016-03-06 02:31:58 +08:00
homepage 'https://wesnoth.org/'
2014-09-16 00:06:36 +08:00
app 'Wesnoth.app'
end