Skip to content

Commit

Permalink
AU: 7 updated - GoogleChrome kubernetes-cli nodejs nodejs.install own…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 12, 2024
1 parent 789b9c3 commit 7d5af1b
Show file tree
Hide file tree
Showing 19 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>126.0.6478.36</version>
<version>126.0.6478.57</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '126.0.6478.36'
$version = '126.0.6478.57'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '5dddc4ba7fdfdcd3eca29564109266e7e5eb9becb2100584672f319c0526b73e'
checksum64 = '63e7c55e0f7f3d53710aacbeb969e970ed92ef1ac47bedf2ed95866d97fb09a3'
checksum = 'b4172c6fc18af8ec4c8da1bfb49aba6023873dcf50143a84589fdf7623dbbcfb'
checksum64 = '95befe53502af3853e603a34c7416a1c83b03cfd3b0f9a65d3a0df369e6b335e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"1.24": "1.24.15",
"1.25": "1.25.16",
"1.26": "1.26.15",
"1.27": "1.27.14",
"1.28": "1.28.10",
"1.27": "1.27.15",
"1.28": "1.28.11",
"1.29": "1.29.5",
"1.30": "1.30.1"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.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>kubernetes-cli</id>
<version>1.30.1</version>
<version>1.28.11</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>Kubernetes Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag
#### Batch execution
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
]]></description>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md>
location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.30.1/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.30.1/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.28.11/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.28.11/kubernetes-client-windows-amd64.tar.gz>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -18,7 +18,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: 5084C1A576CFBAF70B0C5E5B83AE0BB161ED895DCE401B0A164911B4135E480E
checksum64: F90C2A0F721C8044E6BD65FDF0A917C5D737492C108CC4AC0B3409E7EC4A95C0
checksum32: 38DB658475A5E94E408C9E2405BB49CAE9DD24AA88F6A621DA54DDD3C44CD316
checksum64: 8F7677F58A3F3732F69998DCC7A81689C9329DA52843C5CEE61CECFBAF606747

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v20.14.0/node-v20.14.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v20.14.0/node-v20.14.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v22.3.0/node-v22.3.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v22.3.0/node-v22.3.0-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 148FFFE0E2B68EB9BA5105D596B5302DDA436FC1FCA5E0E1BBD2994E729ECA4A
checksum64: 4235F05B99AE5DABADB5C10C124A0F7F7D4223E52DF0857E4C4462B13F19C40E
checksum32: AE86FEC0828744AC9C9A9B0186CD984E64D45602B267DEAC6FC140EB1C13262F
checksum64: DA5B1CBC773371FD11415A893CE229F51052E9AA9B656DDCBD79730CE4B93A7B

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"19": "19.9.0",
"20": "20.14.0",
"21": "21.7.3",
"22": "22.2.0"
"22": "22.3.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>20.14.0</version>
<version>22.3.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v20.14.0-x86.msi"
$filePath64 = "$toolsPath\node-v20.14.0-x64.msi"
$filePath32 = "$toolsPath\node-v22.3.0-x86.msi"
$filePath64 = "$toolsPath\node-v22.3.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"19": "19.9.0",
"20": "20.14.0",
"21": "21.7.3",
"22": "22.2.0"
"22": "22.3.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>20.14.0</version>
<version>22.3.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -30,7 +30,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[20.14.0]" />
<dependency id="nodejs.install" version="[22.3.0]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/owncloud-client/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://owncloud.com/desktop-app/>
and can be verified by doing the following:

1. Download the following <https://download.owncloud.com/desktop/ownCloud/stable/5.3.0.13987/win/ownCloud-5.3.0.13987.x64.msi>
1. Download the following <https://download.owncloud.com/desktop/ownCloud/stable/5.3.1.14018/win/ownCloud-5.3.1.14018.x64.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: B2EAAE401F018BA0013DC7C410CF8BA956152F5B7EC914CF63DADDF41C7B2C81
checksum: 2BD403FDB046AA715FDD240F77FA01D035C66952A29F0AEF973181692D000C78

The file 'LICENSE.txt' has been obtained from <https://github.com/owncloud/client/blob/06936bc603c91b1c5f10442901bcfeb765b17243/COPYING>
2 changes: 1 addition & 1 deletion automatic/owncloud-client/owncloud-client.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>owncloud-client</id>
<version>5.3.0.13987</version>
<version>5.3.1.14018</version>
<title>ownCloud Windows Client</title>
<owners>chocolatey-community</owners>
<authors>ownCloud developers</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/owncloud-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\ownCloud-5.3.0.13987.x64.msi"
file = "$toolsPath\ownCloud-5.3.1.14018.x64.msi"
softwareName = 'ownCloud'
silentArgs = '/qn /norestart'
validExitCodes = @(0, 3010, 1641)
Expand Down
8 changes: 4 additions & 4 deletions automatic/tor-browser/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ $destinationFolder = GetInstallDirectory -toolsPath $toolsDir
$packageArgs = @{
PackageName = 'tor-browser'
FileType = 'exe'
Url = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.0.15/tor-browser-windows-i686-portable-13.0.15.exe'
Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.0.15/tor-browser-windows-x86_64-portable-13.0.15.exe'
Checksum = '36099bc58965d693df77bd47afac07b3385e055cd76b33e86bca15b09f75323d'
Checksum64 = '0c68b126ce00d3b9b736c1e62cab93b4f9d90374fda95fed96353551eacc61cd'
Url = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.0.16/tor-browser-windows-i686-portable-13.0.16.exe'
Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.0.16/tor-browser-windows-x86_64-portable-13.0.16.exe'
Checksum = '429da29f8f31d283f1777f3d2a2b526824b7a953a4a864aa95bc913255de25f8'
Checksum64 = '58782aa3a5857402641fa3302e90f6a4a689c364196aad6fc332f9c0aab4f996'
ChecksumType = 'sha256'
SilentArgs = "/S","/D=$destinationFolder"
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tor-browser</id>
<version>13.0.15</version>
<version>13.0.16</version>
<title>Tor Browser</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0474/gvim_9.1.0474_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0474/gvim_9.1.0474_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0477/gvim_9.1.0477_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0477/gvim_9.1.0477_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 624DE64217D5C44CBE88CD8CCF59AA97A710DFD5C7A813052236DAB7A4EBC941
checksum64: 38E3EEEFA8824432A58FC44E24E51A4A55F5255714B402856D85C529D27366F7
checksum32: 246FE1DC484E80EE7E7BE1C0586DF2A32756B64F05AA7BEFC3376A75F4DB0314
checksum64: C248870C5E1BAEC1031C8C0C005E0CAFAF211A109CFE20C7C16D50D8B36D1E70
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.1.0474_x86.zip"
file64 = "$toolsDir\gvim_9.1.0474_x64.zip"
file = "$toolsDir\gvim_9.1.0477_x86.zip"
file64 = "$toolsDir\gvim_9.1.0477_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.1.0474</version>
<version>9.1.0477</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 7d5af1b

Please sign in to comment.