Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jtcmedia/chocolatey-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Oct 14, 2023
2 parents dec9ebb + 8cde7f8 commit e33f467
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.13.25</version>
<version>2.13.26</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#21325</releaseNotes>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#21326</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.13.25.msi'
$checksum64 = '7f8034b6871865a79dcf1e66e2027ad37ef67da735fd5bde6887b11001cd431b'
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.13.26.msi'
$checksum64 = 'e94253ef0077e78108940331ef4625a03f01a6e3508dab9f56c429a1a1124ceb'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
10 changes: 5 additions & 5 deletions nodejs-lts/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ in verifying that this package's contents are trustworthy.

1. Download the installer:

x32: https://nodejs.org/dist/latest-v18.x/node-v18.18.1-x86.msi
x64: https://nodejs.org/dist/latest-v18.x/node-v18.18.1-x64.msi
x32: https://nodejs.org/dist/latest-v18.x/node-v18.18.2-x86.msi
x64: https://nodejs.org/dist/latest-v18.x/node-v18.18.2-x64.msi

2. Download Checksums:

Expand All @@ -17,8 +17,8 @@ in verifying that this package's contents are trustworthy.
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
- Using AU:
Get-RemoteChecksum https://nodejs.org/dist/latest-v18.x/node-v18.18.1-x64.msi
Get-RemoteChecksum https://nodejs.org/dist/latest-v18.x/node-v18.18.2-x64.msi


checksum32: 6BE4816DF97A204EA5E4984E439CB5D6A847DA0D37AD8CB62A24DDC80E310376
checksum64: 3AEE7B478867A0EFB75781B6790AB649FFF7BF887F78D9A64F7E80ADF35C305C
checksum32: 77684D746D977404EE1832505AE64FB4CB8355EB12E4BF37C3036F7CF3B84E5B
checksum64: 221F2A904F13105122A108FB735A8F89615864C7BCBA3842FA1EF684F136ABE3
2 changes: 1 addition & 1 deletion nodejs-lts/nodejs-lts.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"14": "14.21.3",
"16": "16.20.2",
"18": "18.18.1"
"18": "18.18.2"
}
4 changes: 2 additions & 2 deletions nodejs-lts/nodejs-lts.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>nodejs-lts</id>
<version>18.18.1</version>
<version>18.18.2</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/nodejs-lts</packageSourceUrl>
<owners>jtcmedia</owners>
<title>Node.js LTS (Install)</title>
Expand All @@ -28,7 +28,7 @@
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/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V18.md#18.18.1</releaseNotes>
<releaseNotes>https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V18.md#18.18.2</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit e33f467

Please sign in to comment.