Skip to content

Commit

Permalink
AU: 5 updated - ccleaner chromium cmake cmake.install cmake.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 25, 2022
1 parent 1f06210 commit b910868
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion automatic/ccleaner/ccleaner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>5.89.9385</version>
<version>5.89.9401</version>
<authors>Piriform</authors>
<owners>chocolatey-community,maartenba, tonigellida</owners>
<summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup589.exe'
checksum = 'DFB8F6A949CF0AC5F52D4341864A1CCE1F9907FB25A8D39F042D2572914085BC'
checksum = '0D0282A7C084B7EF46618573D8FCED2482F59815F7CBA1508E67DAA0CEB04A6E'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "100.0.4852.0-snapshots",
"snapshots": "100.0.4853.0-snapshots",
"stable": "97.0.4692.99"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>100.0.4852.0-snapshots</version>
<version>100.0.4853.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
Original file line number Diff line number Diff line change
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/962848/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/962848/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/962990/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/963017/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: 828561D9A19621C806681291DC2C3E7232A2747128980C8B5617DBB88F4DCF99
checksum64: 776973D1370B5443DCCA9662D1C8AC69E19727D0E993B4E278A98A8292587045
checksum32: F481950A959EAE4E336DD0B6C887FB21016B3197E5879D8C63956E649BF879C0
checksum64: ECC0AA3BD3C8414F55378E8D2760A875A24C209142B231F07276165C27D2D1ED

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "100.0.4852.0-snapshots"
$version = "100.0.4853.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
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"3.19": "3.19.8",
"3.20": "3.20.6",
"3.21": "3.21.4",
"3.22": "3.22.1"
"3.22": "3.22.2"
}
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.22.1</version>
<version>3.22.2</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.22.1/cmake-3.22.1-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-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: 2763217D5424F44569D36BB1FECE916F16C1A5CEEE9B7E8D332E0498DA8753AB
checksum64: 540C05114224D64392046F72E3FA63673FD6D51B2FD49735FF4994AE177B8E08
checksum32: 92F7D2592C14066BE9E04553C72785BDAFC3AEB9FEBC3CC1BAC94F06B809FDE5
checksum64: AAB9FB9D6A7A18458DF2F3900C9D31218A2D38076F3C3F2C6004B800A9BE0A3D

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.22.1-windows-i386.msi"
file64 = "$toolsPath\cmake-3.22.1-windows-x86_64.msi"
file = "$toolsPath\cmake-3.22.2-windows-i386.msi"
file64 = "$toolsPath\cmake-3.22.2-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 @@ -13,5 +13,5 @@
"3.19": "3.19.8",
"3.20": "3.20.6",
"3.21": "3.21.4",
"3.22": "3.22.1"
"3.22": "3.22.2"
}
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.22.1</version>
<version>3.22.2</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.22.1/cmake-3.22.1-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-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: F53494E3B35E5A1177AD55C28763EB5BB45772C1D80778C0F96C45CE4376B6E8
checksum64: 35FBBB7D9FFA491834BBC79CDFEFC6C360088A3C9BF55C29D111A5AFA04CDCA3
checksum32: C2B32D2B150EA70E353B658FEFE5018C486E17A11E95D2E4E4B46DD6F87CEA35
checksum64: 192D62EAECB0600E743F01058DFBD5B6BED91504FE8F56416FEBF54C38CE096E

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.22.1-windows-i386.zip"
file64 = "$toolsPath\cmake-3.22.1-windows-x86_64.zip"
file = "$toolsPath\cmake-3.22.2-windows-i386.zip"
file64 = "$toolsPath\cmake-3.22.2-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 @@ -13,5 +13,5 @@
"3.19": "3.19.8",
"3.20": "3.20.6",
"3.21": "3.21.4",
"3.22": "3.22.1"
"3.22": "3.22.2"
}
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.22.1</version>
<version>3.22.2</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.22.1]" />
<dependency id="cmake.install" version="[3.22.2]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit b910868

Please sign in to comment.