homebrew-cask/Casks/tiled.rb

15 lines
527 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tiled' do
2016-04-02 05:32:45 +08:00
version '0.16.0'
sha256 '6d2ea8026ea20f5d449670ab70194f649135b5452fd6ebbb88ea5ab25f5d14b3'
2016-06-20 02:32:26 +08:00
# github.com/bjorn/tiled was verified as official when first introduced to the cask
2014-09-22 21:07:04 +08:00
url "https://github.com/bjorn/tiled/releases/download/v#{version}/tiled-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/bjorn/tiled/releases.atom',
2016-04-02 05:32:45 +08:00
checkpoint: '355ff763b7fce255b981fa745bcf58e72c3de809d37f955ad8a4f37a59be488e'
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