homebrew-cask/Casks/tiled.rb

13 lines
370 B
Ruby
Raw Normal View History

2014-11-14 01:27:10 +08:00
cask :v1 => 'tiled' do
version '0.10.2'
sha256 'e96636aa597375304729a9bb20f17b1b3a1bf4ffef6a0060ba65deb0bfc2aee0'
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-01-05 04:53:13 +08:00
name 'Tiled'
homepage 'http://www.mapeditor.org/'
2014-10-01 23:34:06 +08:00
license :oss
2014-09-16 00:06:29 +08:00
app 'Tiled.app'
2014-01-28 00:36:53 +08:00
end