Skip to content

Commit

Permalink
unity-ios-support-for-editor 2023.2.20f1
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Krehel <[email protected]>
  • Loading branch information
krehel committed May 2, 2024
1 parent 0fb994b commit 43fd4b0
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions Casks/u/unity-ios-support-for-editor.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "unity-ios-support-for-editor" do
version "2023.2.18f1,1cb755715f58"
sha256 "97f28e3775cccbfc84bf9e28d60e9647faaba80501d8b02da8f18b0b57a4e308"
version "2023.2.20f1,0e25a174756c"
sha256 "57582ddd821bbbcc0d33fff594afa50b096535ee061c363b7691c9a28a1132ef"

url "https://download.unity3d.com/download_unity/#{version.csv.second}/MacEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-#{version.csv.first}.pkg",
verified: "download.unity3d.com/download_unity/"
Expand All @@ -9,14 +9,7 @@
homepage "https://unity.com/products"

livecheck do
url "https://public-cdn.cloud.unity3d.com/hub/prod/releases-darwin.json"
regex(%r{
/download_unity/(\h+)/MacEditorTargetInstaller
/UnitySetup-iOS-Support-for-Editor-(\d+(?:\.\d+)+[a-z]*\d*)\.pkg
}ix)
strategy :page_match do |page, regex|
page.scan(regex).map { |match| "#{match[1]},#{match[0]}" }
end
cask "unity"
end

depends_on cask: "unity"
Expand Down

0 comments on commit 43fd4b0

Please sign in to comment.