homebrew-cask/Casks/tiled.rb

11 lines
286 B
Ruby
Raw Normal View History

2014-11-14 01:27:10 +08:00
cask :v1 => 'tiled' do
2014-09-22 21:07:04 +08:00
version '0.10.1'
sha256 'ace859c2f821aca117af9bb72d5cc4313816d25500666fe0a153c8667ead91a3'
2014-09-22 21:07:04 +08:00
url "https://github.com/bjorn/tiled/releases/download/v#{version}/tiled-#{version}.dmg"
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