Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Oct 29, 2024
2 parents 553fa54 + 5a2b12a commit 586aa46
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions balena-cli/balena-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>balena-cli</id>
<version>20.0.0</version>
<version>20.0.2</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/balena-cli</packageSourceUrl>
<owners>jtcmedia</owners>
<title>balena CLI (Install)</title>
Expand Down Expand Up @@ -35,7 +35,7 @@ GitHub](https://github.com/balena-io/balena-cli/), and your contribution is also
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/balena-io/balena-cli/releases/tag/v20.0.0</releaseNotes>
<releaseNotes>https://github.com/balena-io/balena-cli/releases/tag/v20.0.2</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
6 changes: 3 additions & 3 deletions balena-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ in verifying that this package's contents are trustworthy.

1. Download the installer:

x64: https://github.com/balena-io/balena-cli/releases/download/v20.0.0/balena-cli-v20.0.0-windows-x64-installer.exe
x64: https://github.com/balena-io/balena-cli/releases/download/v20.0.2/balena-cli-v20.0.2-windows-x64-installer.exe

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
- Using AU:
Get-RemoteChecksum https://github.com/balena-io/balena-cli/releases/download/v20.0.0/balena-cli-v20.0.0-windows-x64-installer.exe
Get-RemoteChecksum https://github.com/balena-io/balena-cli/releases/download/v20.0.2/balena-cli-v20.0.2-windows-x64-installer.exe

3. Compare to Checksum:

checksum64: 90C66D674D4BF4AFBE40E1C1D0FA936AA30616AFEB8476FF33182E14386AAB99
checksum64: D0EFF7C8B55C707F21FC12D6D4D832520BA5D77B47183542DE0129C81608CC14
12 changes: 6 additions & 6 deletions nodejs-lts/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ in verifying that this package's contents are trustworthy.

1. Download the installer:

x32: https://nodejs.org/dist/latest-v20.x/node-v20.18.0-x64.msi
x64: https://nodejs.org/dist/latest-v20.x/node-v20.18.0-arm64.msi
x32: https://nodejs.org/dist/latest-v22.x/node-v22.11.0-x64.msi
x64: https://nodejs.org/dist/latest-v22.x/node-v22.11.0-arm64.msi

2. Download Checksums:

SHASUMS: https://nodejs.org/dist/latest-v20.x/SHASUMS256.txt
SHASUMS: https://nodejs.org/dist/latest-v22.x/SHASUMS256.txt

OR

You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
- Using AU:
Get-RemoteChecksum https://nodejs.org/dist/latest-v20.x/node-v20.18.0-arm64.msi
Get-RemoteChecksum https://nodejs.org/dist/latest-v22.x/node-v22.11.0-arm64.msi


checksum32: 93D1D30341D7D38B7A8F3AB0FA3BE1F9E6436B90338B2BD8B8AF4E80D00BD036
checksum64: 6A8615293B4920FDD232185810A77583AE5301350C0D025654452D1F1F655436
checksum32: 9EEA480BD30C98AE11A97CB89A9278235CBBBD03C171EE5E5198BD86B7965B4B
checksum64: 589702BBA3BD2CEB7BFA91CA86003734A25B94A19196201AAF60C62AE93ECFCA
3 changes: 2 additions & 1 deletion nodejs-lts/nodejs-lts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"14": "14.21.3",
"16": "16.20.2",
"18": "18.20.4",
"20": "20.18.0"
"20": "20.18.0",
"22": "22.11.0"
}
6 changes: 3 additions & 3 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>20.18.0</version>
<version>22.11.0</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/nodejs-lts</packageSourceUrl>
<owners>jtcmedia</owners>
<title>Node.js LTS (Install)</title>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>https://github.com/nodejs/node/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/nodejs/node</projectSourceUrl>
<docsUrl>https://nodejs.org/dist/latest-v20.x/docs/api/</docsUrl>
<docsUrl>https://nodejs.org/dist/latest-v22.x/docs/api/</docsUrl>
<bugTrackerUrl>https://github.com/nodejs/node/issues</bugTrackerUrl>
<tags>nodejs-lts nodejs lts node.js node admin npm javascript</tags>
<summary>Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine</summary>
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_V20.md#20.18.0</releaseNotes>
<releaseNotes>https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V22.md#22.11.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit 586aa46

Please sign in to comment.