Merge pull request #153574 from kuremu/tiled-update-release-url

tiled 1.10.2: fix release URLs
This commit is contained in:
Miccal Matthews 2023-08-24 10:25:18 +08:00 committed by GitHub
commit 7d95d65243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
cask "tiled" do
version "1.10.2"
on_high_sierra :or_older do
on_catalina :or_older do
sha256 "9cd3dae263fd142c72ede7d6b78190860e25580f7ae645145daa39d918aa1ce5"
url "https://github.com/mapeditor/tiled/releases/download/v#{version}/Tiled-#{version}_macOS-10.12-10.13.zip",
url "https://github.com/mapeditor/tiled/releases/download/v#{version}/Tiled-#{version}_macOS-10.12-10.15.zip",
verified: "github.com/mapeditor/tiled/"
end
on_mojave :or_newer do
on_big_sur :or_newer do
sha256 "0e82e42daa384644a8a795730efcad600cc35ca631693328a6ce65830dc8afa0"
url "https://github.com/mapeditor/tiled/releases/download/v#{version}/Tiled-#{version}_macOS-10.14+.zip",
url "https://github.com/mapeditor/tiled/releases/download/v#{version}/Tiled-#{version}_macOS-11+.zip",
verified: "github.com/mapeditor/tiled/"
end