Skip to content

Commit

Permalink
AU: 6 updated - chromium cmake cmake.install cmake.portable googlechr…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 5, 2022
1 parent 97258d6 commit 7ab83c0
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "106.0.5219.0-snapshots",
"snapshots": "106.0.5220.0-snapshots",
"stable": "104.0.5112.81"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>106.0.5219.0-snapshots</version>
<version>106.0.5220.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1031404/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1031392/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1031551/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1031551/mini_installer.exe>
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: 56D47B92AFA62FE4F56C25C0082795C3557C5647215BE73084D319F2E99BDAE3
checksum64: 14207CA442667EDA91E618905C2531B88522A4BDC7DD82D45AFFB20E3FC99C0A
checksum32: 760666E7903D35C7A1A2488A2284C812896AE160591E9CCDD5308011D14EF9D9
checksum64: EE31CE168763E6D3B40F8AEDFC469CA793F1348BAD0795C0B0F36ABE1364F683

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "106.0.5219.0-snapshots"
$version = "106.0.5220.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Expand Up @@ -15,5 +15,5 @@
"3.21": "3.21.6",
"3.22": "3.22.6",
"3.23": "3.23.2",
"3.24": "3.24.0-rc4"
"3.24": "3.24.0"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.install</id>
<version>3.22.6</version>
<version>3.24.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
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.22.6/cmake-3.22.6-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.6/cmake-3.22.6-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.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: 1E8CA1A8A9A2ADAF54A6E8D4B0E1FE2FDB2600D3ECFE051788A0DA9F505EA73C
checksum64: 5D4815EEE7EA8CA91C34BEE28B4BE94EB7F203ED6E6627BB31F8DFD79FE0ABB1
checksum32: 7522802AD14D354C051E1E945E81FA592038B179F4A776D06A0BF663BFC4E38C
checksum64: 57113E3EA7F4DF89B7F3AF17EF0FCEA81592CE9C661EA1018FCFE40795B50229

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
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.22.6-windows-i386.msi"
file64 = "$toolsPath\cmake-3.22.6-windows-x86_64.msi"
file = "$toolsPath\cmake-3.24.0-windows-i386.msi"
file64 = "$toolsPath\cmake-3.24.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
Expand Up @@ -15,5 +15,5 @@
"3.21": "3.21.6",
"3.22": "3.22.6",
"3.23": "3.23.2",
"3.24": "3.24.0-rc4"
"3.24": "3.24.0"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.portable</id>
<version>3.22.6</version>
<version>3.24.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
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.22.6/cmake-3.22.6-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.6/cmake-3.22.6-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.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: 058572B13AF626E48CC8CBA235C14491117B761354FB3C567B11C29835FF8283
checksum64: 48BCC3E71E918B72E2682F9CA9D44DD6C416379071C1ECB530D0633374F91F15
checksum32: 5BF55BA9840C668AE3027D02C9178A0E09E034E536CF04455FB7593111BC42C4
checksum64: B1AD8C2DBF0778E3EFCC9FD61CD4A962E5C1AF40AABDEBEE3D5074BCFF2E103C

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
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

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

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Expand Up @@ -15,5 +15,5 @@
"3.21": "3.21.6",
"3.22": "3.22.6",
"3.23": "3.23.3",
"3.24": "3.24.0-rc5"
"3.24": "3.24.0"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake</id>
<version>3.24.0-rc5</version>
<version>3.24.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.24.0-rc5]" />
<dependency id="cmake.install" version="[3.24.0]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>104.0.5112.81-beta</version>
<version>105.0.5195.19-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '104.0.5112.81-beta'
$version = '105.0.5195.19-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '46bc1ef9a4e9361b99b276ae8b7c0f351edeefa9cc304c7474a81d2b50a711b9'
checksum64 = '702f425abe8a1acd1b75cc2d4283d41748457898821a209c46e5c520eda03c74'
checksum = '7814d6744ae915c58ed5da6bb31ffb78e752f9c6029319aaa4e18fe4a84a2288'
checksum64 = 'f9fb2ff7b6f47c7e2ba9075a655d1bd58957250aaf6ecb7f3ce1a90f2d95eb0b'
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/vim/legal/VERIFICATION.txt
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.0.0137/gvim_9.0.0137_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0137/gvim_9.0.0137_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0140/gvim_9.0.0140_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0140/gvim_9.0.0140_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: FA814B9085C67392220532583B03AC2AB20183F00CE638A4398D62C5C59FFE6B
checksum64: 6A131699C9400EEA8FE562E44E46C5D2471E2EE30D36E1EADA04F26B9A7E7539
checksum32: B03D95A8CB0B8098E45F1A76DA3985B8B5484FDDE87ACF3F6BBA85C6023E9BB5
checksum64: 1E041B7EC2DA684864791015498EA87F3DF1E52C2355E5BFE547B02EB9156354
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.0137_x86.zip"
file64 = "$toolsDir\gvim_9.0.0137_x64.zip"
file = "$toolsDir\gvim_9.0.0140_x86.zip"
file64 = "$toolsDir\gvim_9.0.0140_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.0137</version>
<version>9.0.0140</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</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 7ab83c0

Please sign in to comment.