Merge pull request #200541 from Homebrew/bump-roam-147.0.0-beta001
[Homebrew/homebrew-cask.git] / Casks / u / unity-webgl-support-for-editor.rb
blob82aaad257f952168c81d05f554a672047817eb2a
1 cask "unity-webgl-support-for-editor" do
2   version "2023.2.20f1,0e25a174756c"
3   sha256 "be1add358e0d500456314c7dcc863d757132a5fcfc9a878d7abe8b8c0f1125d4"
5   url "https://download.unity3d.com/download_unity/#{version.csv.second}/MacEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-#{version.csv.first}.pkg",
6       verified: "download.unity3d.com/download_unity/"
7   name "Unity WebGL Build Support"
8   desc "WebGL target support for Unity"
9   homepage "https://unity.com/products"
11   livecheck do
12     cask "unity"
13   end
15   depends_on cask: "unity"
17   pkg "UnitySetup-WebGL-Support-for-Editor-#{version.csv.first}.pkg"
19   uninstall pkgutil: "com.unity3d.WebGLSupport"
20 end