From e783702f618e5853a3ca966765e86687d2959c86 Mon Sep 17 00:00:00 2001 From: Clem Rowe Date: Thu, 24 Aug 2023 11:51:31 +1000 Subject: [PATCH] Fix Tiled.app release URLs Updated URLs to reflect updated Tiled builds 10.12-10.15 and 11+. --- Casks/t/tiled.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Casks/t/tiled.rb b/Casks/t/tiled.rb index 4ae5627d9e..da62d8c8f7 100644 --- a/Casks/t/tiled.rb +++ b/Casks/t/tiled.rb @@ -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