Skip to content

Commit

Permalink
AU: 5 updated - ccleaner cmake cmake.install cmake.portable keepassxc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 13, 2021
1 parent c20d726 commit f5f0d5b
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 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.75.8238</version>
<version>5.76.8269</version>
<authors>Piriform</authors>
<owners>chocolatey-community,maartenba, tonigellida</owners>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup575.exe'
checksum = 'D92AD46CF372DD94D67DC753118BA85382A4F4AA8965BE636CA18831CE73FAF7'
url = 'https://download.ccleaner.com/ccsetup576.exe'
checksum = 'D6721B82C14681586B7EAD86E89C47D6B5DB032EB9162B3EE8F3CAEC31AF370A'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
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 @@ -10,5 +10,5 @@
"3.16": "3.16.8",
"3.17": "3.17.5",
"3.18": "3.18.5",
"3.19": "3.19.2"
"3.19": "3.19.3"
}
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.19.2</version>
<version>3.19.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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.19.2/cmake-3.19.2-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.2/cmake-3.19.2-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.3/cmake-3.19.3-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.3/cmake-3.19.3-win64-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
checksum32: 7ABFEA6278B7BF3F6EB1D3B13F9DF79FD675D274AC88A680831B81DF26C92611
checksum64: 508E7FF21549B632014944060577C6774496D63C3D9C3F2AA15CA49B1E5E4752
checksum32: A5B80A9B32AAE7071749A4676EA8AFF2FCB8F61964B31A5A99C7FF861DCDBCB9
checksum64: 3524F9CC083022CFEB681E6A6F7E20E57D6ABDB5420D43739DFBD87B89DD161F

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.19.2-win32-x86.msi"
file64 = "$toolsPath\cmake-3.19.2-win64-x64.msi"
file = "$toolsPath\cmake-3.19.3-win32-x86.msi"
file64 = "$toolsPath\cmake-3.19.3-win64-x64.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 @@ -10,5 +10,5 @@
"3.16": "3.16.8",
"3.17": "3.17.5",
"3.18": "3.18.5",
"3.19": "3.19.2"
"3.19": "3.19.3"
}
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.19.2</version>
<version>3.19.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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.19.2/cmake-3.19.2-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.2/cmake-3.19.2-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.3/cmake-3.19.3-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.3/cmake-3.19.3-win64-x64.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: F39DBE56F1A574C6679B6C3EC25D4815DCF5389A985DE4FD99AD3B1B58A2F0DE
checksum64: A6FDF509D7A39F1C08B429EAA3EA0012744365A731D00FB770AE88B4D6549FF3
checksum32: BFDE9E17435773E9BE36B63A5DB88433394AE7F6898A8201EC9A084C7D7AB45C
checksum64: 3838E11A0DB08F97D687F061882A1E52807010A313F3AC716015B3587CA3F20E

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.19.2-win32-x86.zip"
file64 = "$toolsPath\cmake-3.19.2-win64-x64.zip"
file = "$toolsPath\cmake-3.19.3-win32-x86.zip"
file64 = "$toolsPath\cmake-3.19.3-win64-x64.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 @@ -10,5 +10,5 @@
"3.16": "3.16.8",
"3.17": "3.17.5",
"3.18": "3.18.5",
"3.19": "3.19.2"
"3.19": "3.19.3"
}
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.19.2</version>
<version>3.19.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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.19.2]" />
<dependency id="cmake.install" version="[3.19.3]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/keepassxc/keepassxc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keepassxc</id>
<title>KeePassXC</title>
<version>2.6.2</version>
<version>2.6.3</version>
<authors>https://github.com/keepassxreboot/keepassxc/graphs/contributors</authors>
<owners>chocolatey-community,wget, hans0</owners>
<summary>KeePassXC is a community fork of KeePassX which aims to incorporate stalled pull requests, features, and bug fixes that have never made it into the main KeePassX repository.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/keepassxc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from the Github release page <https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.2>
The installer have been downloaded from the Github release page <https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.3>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.2/KeePassXC-2.6.2-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.2/KeePassXC-2.6.2-Win64.msi>
32-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.3/KeePassXC-2.6.3-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.3/KeePassXC-2.6.3-Win64.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: 8864F3E19DEBCBE22997EAFB3B32F7B07CA355DFC8BF735667A46BBF0AD68B6D
checksum64: 3B95A44ECAC25DF638323C7B75789EB14497DB50D25B67C90B170C2BA4B5FC85
checksum32: 44F7B8F67402C204B6319E2EAE8030FDFF7D54414ED48725C950E08532EC0F3B
checksum64: 4B7EE425400007F61783FC1D82A822F7CA79472CAF9308D1712411FACC5C6F3A

File 'LICENSE.txt' is obtained from <https://github.com/keepassxreboot/keepassxc/blob/dcca5aa0f0ee2f2b8685787c01f934cb2b506ef7/COPYING>
4 changes: 2 additions & 2 deletions automatic/keepassxc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'KeePassXC'
fileType = 'msi'
file = "$toolsDir\KeePassXC-2.6.2-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.6.2-Win64.msi"
file = "$toolsDir\KeePassXC-2.6.3-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.6.3-Win64.msi"
# MSI
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit f5f0d5b

Please sign in to comment.