homebrew-cask/Casks/tiled.rb

14 lines
512 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tiled' do
2016-09-20 06:42:16 +08:00
version '0.17.0'
sha256 '72fe47e42645b7535fcedfe803cead127b2fd250954eaa6e2553da921fc7a4e2'
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-09-20 06:42:16 +08:00
checkpoint: '8cb97fe6d918184d4838f3514859fc2b98f43a5df2ea9f52be28bd3783bf5449'
2015-01-05 04:53:13 +08:00
name 'Tiled'
homepage 'http://www.mapeditor.org/'
2014-09-16 00:06:29 +08:00
app 'Tiled.app'
2014-01-28 00:36:53 +08:00
end