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-06-02 01:35:47 +08:00
version '0.12.3'
sha256 'd3d932c693f484f3817dbf90c6d67ffd913f4c1bd293af1c9457547568a54051'
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