Skip to content

Commit 3bc965b

Browse files
author
jtcmedia
committedJan 14, 2025

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎awscli-v2/awscli-v2.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>awscli</id>
6-
<version>2.22.33</version>
6+
<version>2.22.34</version>
77
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/awscli</packageSourceUrl>
88
<owners>chocolatey, LudicrousByte</owners>
99
<title>AWS Command Line Interface v2 (Install)</title>
@@ -29,7 +29,7 @@ The AWS CLI v2 offers several new [features](https://aws.amazon.com/blogs/develo
2929
3030
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!
3131
]]></description>
32-
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#22233</releaseNotes>
32+
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#22234</releaseNotes>
3333
</metadata>
3434
<files>
3535
<file src="tools\**" target="tools" />

‎awscli-v2/tools/chocolateyinstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
$ErrorActionPreference = 'Stop';
22

33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
4-
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.22.33.msi'
5-
$checksum64 = 'adc36922889b11edbca2c30af1a608b51b84d13e3bd79258bc71cc6d62bc7452'
4+
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.22.34.msi'
5+
$checksum64 = 'f33f00ff34326fbf6ca9b937474ff642a57cf574dc196f848cf246d18fb085a6'
66

77
$packageArgs = @{
88
packageName = $env:ChocolateyPackageName

‎unity-hub/tools/chocolateyinstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
44
$url64 = "https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.exe"
5-
$checksum64 = "86f9ee31f4a0b760c89ad60ae1196fe41a1773ba086ab585e6fb84d85f2283b0"
5+
$checksum64 = "d09fb90b702b70ed0c4a8cf6c2d1cff423d119d2415bc126106f94a890e1984c"
66

77
$args = "/S"
88

‎unity-hub/unity-hub.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>unity-hub</id>
5-
<version>3.10.0</version>
5+
<version>3.11.0</version>
66
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/unity-hub</packageSourceUrl>
77
<owners>jtcmedia</owners>
88
<title>Unity Hub (install)</title>

0 commit comments

Comments
 (0)
Please sign in to comment.