Skip to content

Commit

Permalink
AU: 3 updated - chromium cmake.install cmake.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 13, 2022
1 parent 0892c64 commit dfa8a9b
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 24 deletions.
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": "108.0.5357.0-snapshots",
"snapshots": "108.0.5358.0-snapshots",
"stable": "106.0.5249.119"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>106.0.5249.119</version>
<title>Chromium</title>
<version>108.0.5358.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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://github.com/Hibbiki/chromium-win32/releases/download/v106.0.5249.119-r1036826/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v106.0.5249.119-r1036826/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1058460/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1058479/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: DE0ACAC125AAD30738D33DC4993AF176CF16FB8BC47DD634603DF1D044F2CF03
checksum64: DDCE52C67CFE351E7664A814960541AFEF25514CACED846071D27F16EAAA8B1D
checksum32: AEEDAE00AC9B5689D75E61CD59A81390E5A6BEB5849587CADAE5305F935EA91B
checksum64: 444143024C6EF3AED1AB77D8589E745F2B8E7C79C13FC2E5148EE0F763E0C5CF

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 = "106.0.5249.119"
$version = "108.0.5358.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
3 changes: 2 additions & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"3.21": "3.21.6",
"3.22": "3.22.6",
"3.23": "3.23.4",
"3.24": "3.24.2"
"3.24": "3.24.2",
"3.25": "3.25.0-rc1"
}
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.23.4</version>
<version>3.25.0-rc1</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.23.4/cmake-3.23.4-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.4/cmake-3.23.4-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.25.0-rc1/cmake-3.25.0-rc1-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.25.0-rc1/cmake-3.25.0-rc1-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: F261E2ECD8695A5EB9CAAF1C40CC3603D705C65D9310A0350A72BD3A1F5D0248
checksum64: 65B7C15B9D890C572D7D3B976805BDF8DC0CAF8D49A2F8DC913AC9FA689F8F27
checksum32: 4C40CEEBC898CD2C40F2E10F2F7233312D7D729ADD4E7C0B8DE7DE9F91BF7CBF
checksum64: 03467C2595E81954377320DD2316F6DACF99CA9F206EFDF42B94C10FB4B7CCA1

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.23.4-windows-i386.msi"
file64 = "$toolsPath\cmake-3.23.4-windows-x86_64.msi"
file = "$toolsPath\cmake-3.25.0-rc1-windows-i386.msi"
file64 = "$toolsPath\cmake-3.25.0-rc1-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
3 changes: 2 additions & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"3.21": "3.21.6",
"3.22": "3.22.6",
"3.23": "3.23.4",
"3.24": "3.24.2"
"3.24": "3.24.2",
"3.25": "3.25.0-rc1"
}
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.23.4</version>
<version>3.25.0-rc1</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.23.4/cmake-3.23.4-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.4/cmake-3.23.4-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.25.0-rc1/cmake-3.25.0-rc1-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.25.0-rc1/cmake-3.25.0-rc1-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: 6A6443C29DCD301BE368015DFFEA8354FD21AB61A49434E8B9DF7E2CE609206A
checksum64: DF15113AAAB9E5F8CAC254E02CF23F70D02407C9BF2983C82A9FE0D35BD20682
checksum32: C71911E99909E3186099257D2BC650E2EF6EE9280FEAD700103E747CC321AE34
checksum64: 2B59B923A84ED11AA9EF650B5BA56F76AAAF8ACF67D5316692C26643537CD2E2

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.23.4-windows-i386.zip"
file64 = "$toolsPath\cmake-3.23.4-windows-x86_64.zip"
file = "$toolsPath\cmake-3.25.0-rc1-windows-i386.zip"
file64 = "$toolsPath\cmake-3.25.0-rc1-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down

0 comments on commit dfa8a9b

Please sign in to comment.