homebrew-cask/Casks/tiled.rb

13 lines
427 B
Ruby

cask 'tiled' do
version '1.1.5'
sha256 'd68a3145e0cb49b92d0579f5b66f3caa44a5cfe3f4a818071b9b118d3e9c2f81'
# github.com/bjorn/tiled was verified as official when first introduced to the cask
url "https://github.com/bjorn/tiled/releases/download/v#{version}/Tiled-#{version}-macos.zip"
appcast 'https://github.com/bjorn/tiled/releases.atom'
name 'Tiled'
homepage 'http://www.mapeditor.org/'
app 'Tiled.app'
end