cask "unity-linux-support-for-editor" do version "2020.1.16f1,f483ad6465d6" sha256 "18eaa9e874ae3a14ea76c2079bc86c5ee90ca6d90497f9ee80b26081812d9a73" url "https://download.unity3d.com/download_unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Linux-Mono-Support-for-Editor-#{version.before_comma}.pkg", verified: "download.unity3d.com/download_unity/" appcast "https://public-cdn.cloud.unity3d.com/hub/prod/releases-darwin.json" name "Unity Linux (Mono) Build Support" desc "Linux (Mono) target support for Unity" homepage "https://unity.com/products" depends_on cask: "unity" pkg "UnitySetup-Linux-Mono-Support-for-Editor-#{version.before_comma}.pkg" uninstall pkgutil: "com.unity3d.LinuxStandaloneSupport" end