homebrew-cask/Casks/tiled.rb

14 lines
427 B
Ruby
Raw Normal View History

2014-11-14 01:27:10 +08:00
cask :v1 => 'tiled' do
2015-10-19 04:11:19 +08:00
version '0.14.2'
sha256 'ee8c7f3bba284d3fe5fa89cfe313f60bdd20e1386f08ed2649b60cb9159d268a'
2015-01-19 10:38:54 +08:00
# github.com is the official download host per the vendor homepage
2014-09-22 21:07:04 +08:00
url "https://github.com/bjorn/tiled/releases/download/v#{version}/tiled-#{version}.dmg"
2015-03-15 19:55:45 +08:00
appcast 'https://github.com/bjorn/tiled/releases.atom'
2015-01-05 04:53:13 +08:00
name 'Tiled'
homepage 'http://www.mapeditor.org/'
license :gpl
2014-09-16 00:06:29 +08:00
app 'Tiled.app'
2014-01-28 00:36:53 +08:00
end