Skip to content

Commit

Permalink
AU: 15 updated - awscli unity unity-android unity-appletv unity-docs …
Browse files Browse the repository at this point in the history
…unity-ios unity-linux-il2cpp unity-linux-mono unity-linux-server unity-mac unity-mac-server unity-webgl unity-windows-server unity-windows-store unity-win-il2cpp

[skip ci] https://gist.github.com/jtcmedia/8abc37a8c3b020ffdd9704a810331790/bb931578430309e9f85f962a578910f9a9c15ea6
  • Loading branch information
jtcmedia committed Nov 7, 2024
1 parent c6d4cec commit 1e9c5cb
Show file tree
Hide file tree
Showing 44 changed files with 82 additions and 82 deletions.
4 changes: 2 additions & 2 deletions awscli-v2/awscli-v2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>awscli</id>
<version>2.19.1</version>
<version>2.19.2</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/awscli</packageSourceUrl>
<owners>chocolatey, LudicrousByte</owners>
<title>AWS Command Line Interface v2 (Install)</title>
Expand All @@ -29,7 +29,7 @@ The AWS CLI v2 offers several new [features](https://aws.amazon.com/blogs/develo
I produce and maintain Chocolatey packages in my spare time, for free. If you use my packages, and appreciate the time and effort I put into making and maintaining them, please consider [making a small donation](https://www.buymeacoffee.com/jtcmedia). Thank-you!
]]></description>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2191</releaseNotes>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2192</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions awscli-v2/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.19.1.msi'
$checksum64 = '8957a53dbef4dc9d6e3ff13c67d6bb083ef4339c5003b7ebf738237f381025da'
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.19.2.msi'
$checksum64 = '77ef631b4aecb4ba384b2e7d82ba07258733e788168d2b122a97772a108520bf'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
4 changes: 2 additions & 2 deletions unity-android/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$url64 = 'https://download.unity3d.com/download_unity/4859ab7b5a49/TargetSupportInstaller/UnitySetup-Android-Support-for-Editor-6000.0.25f1.exe'
$checksum64 = 'f6711f2d461607a12f2860515dbba7be0c920c5c3825eda88c431fd6d527f13e'
$url64 = 'https://download.unity3d.com/download_unity/1120fcb54228/TargetSupportInstaller/UnitySetup-Android-Support-for-Editor-2022.3.52f1.exe'
$checksum64 = 'd10a692dda8fde06fba474ac71f0a3c20cab169d66a7383da2d86a7f6db4b821'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion unity-android/unity-android.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"2020": "2020.3.48",
"2021": "2021.3.45",
"2022": "2022.3.51",
"2022": "2022.3.52",
"2019": "2019.4.40",
"2023": "2023.2.20",
"6000": "6000.0.25"
Expand Down
6 changes: 3 additions & 3 deletions unity-android/unity-android.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unity-android</id>
<version>6000.0.25</version>
<version>2022.3.52</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/unity-android</packageSourceUrl>
<owners>LudicrousByte</owners>
<title>Unity Android Target Support</title>
Expand All @@ -19,9 +19,9 @@
<description>
This package adds Android Target Support to Unity.
</description>
<releaseNotes>https://unity.com/releases/editor/whats-new/6000.0.25#notes</releaseNotes>
<releaseNotes>https://unity.com/releases/editor/whats-new/2022.3.52#notes</releaseNotes>
<dependencies>
<dependency id="unity" version="[6000.0.25]" />
<dependency id="unity" version="[2022.3.52]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions unity-appletv/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = 'unity-appletv'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://download.unity3d.com/download_unity/4859ab7b5a49/TargetSupportInstaller/UnitySetup-AppleTV-Support-for-Editor-6000.0.25f1.exe'
$checksum64 = '473cda669eef4d3cef971b9a41c19964ca0fe6f3b385b0bd6e37594266f14221'
$url64 = 'https://download.unity3d.com/download_unity/1120fcb54228/TargetSupportInstaller/UnitySetup-AppleTV-Support-for-Editor-2022.3.52f1.exe'
$checksum64 = '3209e1f26e2756173eadfa05aa48fd283f6a0563e883edb08bb6d7856b56fd77'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion unity-appletv/unity-appletv.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"2020": "2020.3.48",
"2021": "2021.3.45",
"2022": "2022.3.51",
"2022": "2022.3.52",
"2019": "2019.4.40",
"2023": "2023.2.20",
"6000": "6000.0.25"
Expand Down
6 changes: 3 additions & 3 deletions unity-appletv/unity-appletv.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unity-appletv</id>
<version>6000.0.25</version>
<version>2022.3.52</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/unity-appletv</packageSourceUrl>
<owners>LudicrousByte</owners>
<title>Unity Apple TV Target Support</title>
Expand All @@ -19,9 +19,9 @@
<description>
This package adds Apple TV Target Support to Unity.
</description>
<releaseNotes>https://unity.com/releases/editor/whats-new/6000.0.25#notes</releaseNotes>
<releaseNotes>https://unity.com/releases/editor/whats-new/2022.3.52#notes</releaseNotes>
<dependencies>
<dependency id="unity" version="[6000.0.25]" />
<dependency id="unity" version="[2022.3.52]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions unity-docs/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = 'unity-docs'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://download.unity3d.com/download_unity/4859ab7b5a49/WindowsDocumentationInstaller/UnityDocumentationSetup.exe'
$checksum64 = 'b306fd3384b947892123c6d753874e13a1aa6fa19ba2193e8fbf8db8718b94a8'
$url64 = 'https://download.unity3d.com/download_unity/1120fcb54228/WindowsDocumentationInstaller/UnityDocumentationSetup.exe'
$checksum64 = '5515a13665e6d1dbe8b618677bfdeebb8deb9ae8ff696dc1e11a9f87946c0054'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion unity-docs/unity-docs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"2020": "2020.3.48",
"2021": "2021.3.45",
"2022": "2022.3.51",
"2022": "2022.3.52",
"2019": "2019.4.40",
"2023": "2023.2.20",
"6000": "6000.0.25"
Expand Down
6 changes: 3 additions & 3 deletions unity-docs/unity-docs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unity-docs</id>
<version>6000.0.25</version>
<version>2022.3.52</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/unity-docs</packageSourceUrl>
<owners>jtcmedia</owners>
<title>Unity Documentation</title>
Expand All @@ -19,9 +19,9 @@
<description>
This package installs Unity's documentation locally.
</description>
<releaseNotes>https://unity.com/releases/editor/whats-new/6000.0.25#notes</releaseNotes>
<releaseNotes>https://unity.com/releases/editor/whats-new/2022.3.52#notes</releaseNotes>
<dependencies>
<dependency id="unity" version="[6000.0.25]" />
<dependency id="unity" version="[2022.3.52]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions unity-ios/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = 'unity-ios'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://download.unity3d.com/download_unity/4859ab7b5a49/TargetSupportInstaller/UnitySetup-iOS-Support-for-Editor-6000.0.25f1.exe'
$checksum64 = 'cc06736c9edaaef03cabfc40985538847e14a6abd259f4309983bc3083221866'
$url64 = 'https://download.unity3d.com/download_unity/1120fcb54228/TargetSupportInstaller/UnitySetup-iOS-Support-for-Editor-2022.3.52f1.exe'
$checksum64 = '71d374c315cf682d52972497d6b1024a62a4bce20cff7a1559aa0cb415cd3dac'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion unity-ios/unity-ios.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"2020": "2020.3.48",
"2021": "2021.3.45",
"2022": "2022.3.51",
"2022": "2022.3.52",
"2019": "2019.4.40",
"2023": "2023.2.20",
"6000": "6000.0.25"
Expand Down
4 changes: 2 additions & 2 deletions unity-ios/unity-ios.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unity-ios</id>
<version>6000.0.25</version>
<version>2022.3.52</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/unity-ios</packageSourceUrl>
<owners>LudicrousByte</owners>
<title>Unity iOS Target Support</title>
Expand All @@ -23,7 +23,7 @@ This package adds iOS Target Support to Unity.
* [Release Notes](https://unity3d.com/unity/whats-new/)
</releaseNotes>
<dependencies>
<dependency id="unity" version="6000.0.25" />
<dependency id="unity" version="2022.3.52" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions unity-linux-il2cpp/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$url64 = 'https://download.unity3d.com/download_unity/4859ab7b5a49/TargetSupportInstaller/UnitySetup-Linux-IL2CPP-Support-for-Editor-6000.0.25f1.exe'
$checksum64 = '886616b2c5cdf7f172f808790013859b84122e8f73323b800f6d2eb713f5e018'
$url64 = 'https://download.unity3d.com/download_unity/1120fcb54228/TargetSupportInstaller/UnitySetup-Linux-IL2CPP-Support-for-Editor-2022.3.52f1.exe'
$checksum64 = 'e56b88c34cd87ef120d0763a9e8ae6cd57e82bd38f02d792f66011adf4e04a0a'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion unity-linux-il2cpp/unity-linux-il2cpp.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"2020": "2020.3.48",
"2021": "2021.3.45",
"2022": "2022.3.51",
"2022": "2022.3.52",
"2019": "2019.4.39",
"2023": "2023.2.20",
"6000": "6000.0.25"
Expand Down
4 changes: 2 additions & 2 deletions unity-linux-il2cpp/unity-linux-il2cpp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unity-linux-il2cpp</id>
<version>6000.0.25</version>
<version>2022.3.52</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/unity-linux-il2cpp</packageSourceUrl>
<owners>jtcmedia</owners>
<title>Unity Linux (IL2CPP) Target Support</title>
Expand All @@ -23,7 +23,7 @@ This package adds Linux (IL2CPP) Target Support to Unity.
* [Release Notes](https://unity3d.com/unity/whats-new/)
</releaseNotes>
<dependencies>
<dependency id="unity" version="[6000.0.25]" />
<dependency id="unity" version="[2022.3.52]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions unity-linux-mono/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://download.unity3d.com/download_unity/4859ab7b5a49/TargetSupportInstaller/UnitySetup-Linux-Mono-Support-for-Editor-6000.0.25f1.exe'
$checksum64 = '6670c890c31e606764bb6deaee3a59b0170c5f2ebd0cdb22e9a5c36e1e06a7f5'
$url64 = 'https://download.unity3d.com/download_unity/1120fcb54228/TargetSupportInstaller/UnitySetup-Linux-Mono-Support-for-Editor-2022.3.52f1.exe'
$checksum64 = 'bf8f06abcad0ce9e935080c756679213e004a4bb8394a8b835e2f958fdc732eb'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion unity-linux-mono/unity-linux-mono.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"2020": "2020.3.48",
"2021": "2021.3.45",
"2022": "2022.3.51",
"2022": "2022.3.52",
"2019": "2019.4.40",
"2023": "2023.2.20",
"6000": "6000.0.25"
Expand Down
6 changes: 3 additions & 3 deletions unity-linux-mono/unity-linux-mono.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unity-linux-mono</id>
<version>6000.0.25</version>
<version>2022.3.52</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/unity-linux-mono</packageSourceUrl>
<owners>LudicrousByte</owners>
<title>Unity Linux Mono Target Support</title>
Expand All @@ -19,9 +19,9 @@
<description>
This package adds Linux Mono Target Support to Unity.
</description>
<releaseNotes>https://unity.com/releases/editor/whats-new/6000.0.25#notes</releaseNotes>
<releaseNotes>https://unity.com/releases/editor/whats-new/2022.3.52#notes</releaseNotes>
<dependencies>
<dependency id="unity" version="[6000.0.25]" />
<dependency id="unity" version="[2022.3.52]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions unity-linux-server/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$url64 = 'https://download.unity3d.com/download_unity/4859ab7b5a49/TargetSupportInstaller/UnitySetup-Linux-Server-Support-for-Editor-6000.0.25f1.exe'
$checksum64 = '741aab09c3a397ef3f24fce07e04a94a51ea58bcb22b0a3cf892f6e77604e6a0'
$url64 = 'https://download.unity3d.com/download_unity/1120fcb54228/TargetSupportInstaller/UnitySetup-Linux-Server-Support-for-Editor-2022.3.52f1.exe'
$checksum64 = 'd35d9c372a62e5dc6f74ea4582db6a01a1acb5cd64ecbb57fc9b2878dc8e2233'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion unity-linux-server/unity-linux-server.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"2021": "2021.3.45",
"2022": "2022.3.51",
"2022": "2022.3.52",
"2023": "2023.2.20",
"6000": "6000.0.25"
}
6 changes: 3 additions & 3 deletions unity-linux-server/unity-linux-server.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unity-linux-server</id>
<version>6000.0.25</version>
<version>2022.3.52</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/unity-linux-server</packageSourceUrl>
<owners>jtcmedia</owners>
<title>Unity Linux Server Support</title>
Expand All @@ -19,9 +19,9 @@
<description>
This package adds Linux Server Support to Unity.
</description>
<releaseNotes>https://unity.com/releases/editor/whats-new/6000.0.25#notes</releaseNotes>
<releaseNotes>https://unity.com/releases/editor/whats-new/2022.3.52#notes</releaseNotes>
<dependencies>
<dependency id="unity" version="[6000.0.25]" />
<dependency id="unity" version="[2022.3.52]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions unity-mac-server/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$url64 = 'https://download.unity3d.com/download_unity/4859ab7b5a49/TargetSupportInstaller/UnitySetup-Mac-Server-Support-for-Editor-6000.0.25f1.exe'
$checksum64 = '2ecb32ecf8455d58596e257c50689bc7e985975046309c5a97d307f0d8a4656a'
$url64 = 'https://download.unity3d.com/download_unity/1120fcb54228/TargetSupportInstaller/UnitySetup-Mac-Server-Support-for-Editor-2022.3.52f1.exe'
$checksum64 = '856731f67b17c10e085cd30e09b2c5b68c1267558c522ecebc2b7d729201afcc'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion unity-mac-server/unity-mac-server.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"2021": "2021.3.45",
"2022": "2022.3.51",
"2022": "2022.3.52",
"2023": "2023.2.20",
"6000": "6000.0.25"
}
4 changes: 2 additions & 2 deletions unity-mac-server/unity-mac-server.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unity-mac-server</id>
<version>6000.0.25</version>
<version>2022.3.52</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/unity-mac-server</packageSourceUrl>
<owners>jtcmedia</owners>
<title>Unity macOS Server Support</title>
Expand All @@ -23,7 +23,7 @@ This package adds macOS Server Support to Unity.
* [Release Notes](https://unity3d.com/unity/whats-new/)
</releaseNotes>
<dependencies>
<dependency id="unity" version="[6000.0.25]" />
<dependency id="unity" version="[2022.3.52]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions unity-mac/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$url64 = 'https://download.unity3d.com/download_unity/4859ab7b5a49/TargetSupportInstaller/UnitySetup-Mac-Mono-Support-for-Editor-6000.0.25f1.exe'
$checksum64 = 'ceef0f7d5b837526ef6e1bce5075d72b74b7fc20855eab26a40e706667262f8c'
$url64 = 'https://download.unity3d.com/download_unity/1120fcb54228/TargetSupportInstaller/UnitySetup-Mac-Mono-Support-for-Editor-2022.3.52f1.exe'
$checksum64 = 'a2a40d085ce1e479b66903308958d8e7b8e0e2484b763d33fc2352e0cb55eaa3'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion unity-mac/unity-mac.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"2020": "2020.3.48",
"2021": "2021.3.45",
"2022": "2022.3.51",
"2022": "2022.3.52",
"2019": "2019.4.40",
"2023": "2023.2.20",
"6000": "6000.0.25"
Expand Down
4 changes: 2 additions & 2 deletions unity-mac/unity-mac.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unity-mac</id>
<version>6000.0.25</version>
<version>2022.3.52</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/unity-mac</packageSourceUrl>
<owners>jtcmedia</owners>
<title>Unity macOS (Mono) Target Support</title>
Expand All @@ -23,7 +23,7 @@ This package adds macOS (Mono) Target Support to Unity.
* [Release Notes](https://unity3d.com/unity/whats-new/)
</releaseNotes>
<dependencies>
<dependency id="unity" version="[6000.0.25]" />
<dependency id="unity" version="[2022.3.52]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions unity-webgl/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$url64 = 'https://download.unity3d.com/download_unity/4859ab7b5a49/TargetSupportInstaller/UnitySetup-WebGL-Support-for-Editor-6000.0.25f1.exe'
$checksum64 = '91d6c12832ce25e8eaa69deeb13a18af9557af0b811ac1764071b9f68e364928'
$url64 = 'https://download.unity3d.com/download_unity/1120fcb54228/TargetSupportInstaller/UnitySetup-WebGL-Support-for-Editor-2022.3.52f1.exe'
$checksum64 = 'c04344489d9acffa43b4a3ee9deb4849c6193e1a0e5014d8a58b5a1610af3437'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion unity-webgl/unity-webgl.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"2020": "2020.3.48",
"2021": "2021.3.45",
"2022": "2022.3.51",
"2022": "2022.3.52",
"2019": "2019.4.40",
"2023": "2023.2.20",
"6000": "6000.0.25"
Expand Down
Loading

0 comments on commit 1e9c5cb

Please sign in to comment.