homebrew-cask/Casks/wesnoth.rb

12 lines
349 B
Ruby
Raw Normal View History

2014-11-14 01:27:20 +08:00
cask :v1 => 'wesnoth' do
2014-12-23 11:05:22 +08:00
version '1.12'
sha256 '603877e2acc7b867907a2f06a71d62fb7cbd0c0e39c5b29de207b78b2121e7e2'
2015-01-19 11:12:28 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:52 +08:00
url "http://downloads.sourceforge.net/sourceforge/wesnoth/Wesnoth_#{version}.dmg"
homepage 'http://wesnoth.org'
license :gpl
2014-09-16 00:06:36 +08:00
app 'Wesnoth.app'
end