Skip to content

Commit

Permalink
AU: 7 updated - blender cmake cmake.install cmake.portable GoogleChro…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 19, 2023
1 parent 3f53b23 commit fca5b20
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion automatic/blender/blender.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>blender</id>
<version>3.6.0</version>
<version>3.6.1</version>
<title>Blender</title>
<owners>chocolatey-community, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/blender/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = 'blender'
softwareName = 'Blender'
fileType = 'MSI'
url64bit = 'https://download.blender.org/release/Blender3.6/blender-3.6.0-windows-x64.msi'
checksum64 = 'ac93288c9fbd4dce776e254e54d4e054a9168d17b8aa1b852549aa22b7d68c25'
url64bit = 'https://download.blender.org/release/Blender3.6/blender-3.6.1-windows-x64.msi'
checksum64 = '47ac65331303248911a273b7b9467d92fcfcd7da94f78768e200e76cac98104b'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.4",
"3.27": "3.27.0-rc5"
"3.27": "3.27.0"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.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>cmake.install</id>
<version>3.27.0-rc5</version>
<version>3.27.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc5/cmake-3.27.0-rc5-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc5/cmake-3.27.0-rc5-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0/cmake-3.27.0-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0/cmake-3.27.0-windows-x86_64.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
checksum32: 5DB9C39B610ADCF1018C7492491068F6F398933F6B921F00D6C2D2C8F6DEFB89
checksum64: 4C53BC5122072FB4DF213FCC9BDAC60BE00B63AD29B618C5CB14E7ABDDD3A37F
checksum32: 2047479F87BA74891DFE4FD3ADDD3126754CEB9003AE27F26264F14FC60D66F8
checksum64: 5B18D0056A5E83DE19E0793F6AD9934AA691630E02DDD16F71D2F11E3F3827BF

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.27.0-rc5-windows-i386.msi"
file64 = "$toolsPath\cmake-3.27.0-rc5-windows-x86_64.msi"
file = "$toolsPath\cmake-3.27.0-windows-i386.msi"
file64 = "$toolsPath\cmake-3.27.0-windows-x86_64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.4",
"3.27": "3.27.0-rc5"
"3.27": "3.27.0"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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>cmake.portable</id>
<version>3.27.0-rc5</version>
<version>3.27.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc5/cmake-3.27.0-rc5-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc5/cmake-3.27.0-rc5-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0/cmake-3.27.0-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0/cmake-3.27.0-windows-x86_64.zip>
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
checksum32: 2753E616542036B26DD56AFA817466E43478D8D9EF2BB5CF539C0B4E9C4A165D
checksum64: F58085BC4D1A266DA563E6E9561DAF3981DEE016B6A3ACCC6385F1D425601417
checksum32: BB3C3CA83BE02A410B10393D563EC1E83D2048FEA5EB35E88EFE5C75E239DAC3
checksum64: FC5F901EF4D438EAFBE35B24C608D5DE11E517F157B3B7AB8EBBAA7C3C0171D2

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.27.0-rc5-windows-i386.zip"
file64 = "$toolsPath\cmake-3.27.0-rc5-windows-x86_64.zip"
file = "$toolsPath\cmake-3.27.0-windows-i386.zip"
file64 = "$toolsPath\cmake-3.27.0-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.4",
"3.27": "3.27.0-rc5"
"3.27": "3.27.0"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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>cmake</id>
<version>3.27.0-rc5</version>
<version>3.27.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.27.0-rc5]" />
<dependency id="cmake.install" version="[3.27.0]" />
</dependencies>
</metadata>
<files />
Expand Down
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>114.0.5735.199</version>
<version>115.0.5790.99</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 = '114.0.5735.199'
$version = '115.0.5790.99'
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/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '455a4ad2f39f8e3817d3e5831bf8e0be81bf3c7ad16025226fc3ef320bdcf1b0'
checksum64 = '6cf6084f8504f6879266e906048babaf84c0575c56f58db8e71fb33da92acbda'
checksum = '8998fa6a594b629657c34e65ccfcff8bce5d0cb009c8717f84176e34b250ea87'
checksum64 = '3769c7f1779f7c34489e44ac722ba5c0f90e8371be467179116f9c5838e642f3'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
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.4.0/node-v20.4.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v20.4.0/node-v20.4.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v18.17.0/node-v18.17.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.17.0/node-v18.17.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: 3DB2515D260FD2568E715896044F7E3D41DC8A4D0A10604C77466C160096F59A
checksum64: 3E3CCF5F9C32E52A4F8631DFDBE5CC44EEE9D891D05FDD8D0B1359F00B7F9013
checksum32: 724C4258AA878FD6286A41DC62A1128A10A918B5B3028DE8D276126F3D1C5B1D
checksum64: DABDC4E683F0D0A835952EA5DF61139FA6B679E25121D1941A2AE77D29E989F4

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 @@ -13,7 +13,7 @@
"15": "15.14.0",
"16": "16.20.1",
"17": "17.9.1",
"18": "18.16.1",
"18": "18.17.0",
"19": "19.9.0",
"20": "20.4.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.4.0</version>
<version>18.17.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.4.0-x86.msi"
$filePath64 = "$toolsPath\node-v20.4.0-x64.msi"
$filePath32 = "$toolsPath\node-v18.17.0-x86.msi"
$filePath64 = "$toolsPath\node-v18.17.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 @@ -13,7 +13,7 @@
"15": "15.14.0",
"16": "16.20.1",
"17": "17.9.1",
"18": "18.16.1",
"18": "18.17.0",
"19": "19.9.0",
"20": "20.4.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.4.0</version>
<version>18.17.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.4.0]" />
<dependency id="nodejs.install" version="[18.17.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit fca5b20

Please sign in to comment.