homebrew-cask/Casks/tiled.rb

15 lines
462 B
Ruby

cask 'tiled' do
version '1.3.1'
sha256 'c22e2eb9906e1b8760367ef08522efee21da2a4c84384344882aac1810443785'
# 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 'https://www.mapeditor.org/'
depends_on macos: '>= :sierra'
app 'Tiled.app'
end