Skip to content

Commit d3d6c0d

Browse files
author
Chocolatey Community
committed
AU: 4 updated - brave cmake cmake.install cmake.portable
[skip ci]
1 parent 38ee7af commit d3d6c0d

14 files changed

+29
-26
lines changed

automatic/brave/brave.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"stable": "1.75.178",
2+
"stable": "1.75.180",
33
"beta": "1.76.58-beta"
44
}

automatic/brave/brave.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>brave</id>
5-
<version>1.75.178</version>
5+
<version>1.75.180</version>
66
<title>Brave Browser</title>
77
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
88

automatic/brave/legal/VERIFICATION.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik
66

77
1. Download the following installer(s):
88

9-
x86_64: https://github.com/brave/brave-browser/releases/download/v1.75.178/BraveBrowserStandaloneSilentSetup.exe
9+
x86_64: https://github.com/brave/brave-browser/releases/download/v1.75.180/BraveBrowserStandaloneSilentSetup.exe
1010

1111
2. You can use one of the following methods to obtain the checksum(s):
1212
- Use powershell function 'Get-Filehash'
1313
- Use chocolatey utility 'checksum.exe'
1414

1515
checksum type: sha256
16-
checksum64: 59D89399D83439323A3F4CE894F994EEAD5E782628F4941C8612471AA3639CF1
16+
checksum64: 6F9FD160D9562EF47A3E2E9D973BB3DA6AB0D01A6A2833FD3A5A04037288A80A
1717

1818
The included 'LICENSE.txt' file have been obtained from:
1919
https://github.com/brave/brave-browser/blob/master/LICENSE

automatic/brave/tools/chocolateyInstall.ps1

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
$packageArgs = @{
55
packageName = $env:ChocolateyPackageName
6-
url = 'https://github.com/brave/brave-browser/releases/download/v1.75.178/BraveBrowserStandaloneSilentSetup32.exe'
7-
checksum = '377BF225B080B673B6678F4BBFB50B4D8B2006CF11073E0C575F6F51DCDBE568'
6+
url = 'https://github.com/brave/brave-browser/releases/download/v1.75.180/BraveBrowserStandaloneSilentSetup32.exe'
7+
checksum = '7BE689B52165119DBBC2AC8B89409547BFF1370449DB40D3BF2A856498D6B48E'
88
checksumType= 'sha256'
99
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
1010
}
1111

12-
[version]$softwareVersion = '1.75.178'
12+
[version]$softwareVersion = '1.75.180'
1313

1414
Write-Host "Checking already installed version..."
1515
$installedVersion = Get-InstalledVersion

automatic/cmake.install/cmake.install.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
"3.28": "3.28.6",
2323
"3.29": "3.29.8",
2424
"3.30": "3.30.7",
25-
"3.31": "3.31.5"
25+
"3.31": "3.31.5",
26+
"4.0": "4.0.0-rc1"
2627
}

automatic/cmake.install/cmake.install.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>cmake.install</id>
6-
<version>3.31.5</version>
6+
<version>4.0.0-rc1</version>
77
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install</packageSourceUrl>
88
<owners>chocolatey-community, dtgm</owners>
99
<title>CMake (Install)</title>

automatic/cmake.install/legal/VERIFICATION.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
77
and can be verified by doing the following:
88

99
1. Download the following:
10-
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.31.5/cmake-3.31.5-windows-i386.msi>
11-
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.31.5/cmake-3.31.5-windows-x86_64.msi>
10+
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.0-rc1/cmake-4.0.0-rc1-windows-i386.msi>
11+
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.0-rc1/cmake-4.0.0-rc1-windows-x86_64.msi>
1212
2. Get the checksum using one of the following methods:
1313
- Using powershell function 'Get-FileHash'
1414
- Use chocolatey utility 'checksum.exe'
1515
3. The checksums should match the following:
1616

1717
checksum type: sha256
18-
checksum32: 584080086102DFCC0CFDCC74596504C301F7B65C1F13208957DBEC85E9800B3D
19-
checksum64: 97E249F199B86C1FC56DBC5E80B1A9E1F912C34DFBF8E7933BA1944E3034455F
18+
checksum32: 67B99C633127620812A72CB7F657A904037C383EDCCFF1E69FAF5F3EE71E723E
19+
checksum64: CCB3F51744F6F9B62461EFAB27B27B999C97B07827F3B17549815D43F5167F3D
2020

2121
The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>

automatic/cmake.install/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
77
fileType = 'msi'
8-
file = "$toolsPath\cmake-3.31.5-windows-i386.msi"
9-
file64 = "$toolsPath\cmake-3.31.5-windows-x86_64.msi"
8+
file = "$toolsPath\cmake-4.0.0-rc1-windows-i386.msi"
9+
file64 = "$toolsPath\cmake-4.0.0-rc1-windows-x86_64.msi"
1010
softwareName = 'CMake'
1111
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
1212
validExitCodes = @(0, 3010, 1641)

automatic/cmake.portable/cmake.portable.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
"3.28": "3.28.6",
2323
"3.29": "3.29.8",
2424
"3.30": "3.30.7",
25-
"3.31": "3.31.5"
25+
"3.31": "3.31.5",
26+
"4.0": "4.0.0-rc1"
2627
}

automatic/cmake.portable/cmake.portable.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>cmake.portable</id>
6-
<version>3.31.5</version>
6+
<version>4.0.0-rc1</version>
77
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
88
<owners>chocolatey-community, dtgm</owners>
99
<title>CMake (Portable)</title>

automatic/cmake.portable/legal/VERIFICATION.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
77
and can be verified by doing the following:
88

99
1. Download the following:
10-
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.31.5/cmake-3.31.5-windows-i386.zip>
11-
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.31.5/cmake-3.31.5-windows-x86_64.zip>
10+
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.0-rc1/cmake-4.0.0-rc1-windows-i386.zip>
11+
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.0-rc1/cmake-4.0.0-rc1-windows-x86_64.zip>
1212
2. Get the checksum using one of the following methods:
1313
- Using powershell function 'Get-FileHash'
1414
- Use chocolatey utility 'checksum.exe'
1515
3. The checksums should match the following:
1616

1717
checksum type: sha256
18-
checksum32: 26183BB30C7E338804570392426BC9ABFE0E7BFC79BF27CD2D9ADE9A5BA6A39F
19-
checksum64: D4D2D4B9CCD68DAE975A066FCD42EA9807EF40F79EE6971923FD3788E7917585
18+
checksum32: B9DEB1ECC8B40DD488D319988D140F37A1BFD8590C039E19772795ABCC5BA50B
19+
checksum64: 6BFA588CCD47D06EB964582A1D6E75E51EF0A2D76AF29F324CB47FF35975A17D
2020

2121
The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>

automatic/cmake.portable/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
44

55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
7-
file = "$toolsPath\cmake-3.31.5-windows-i386.zip"
8-
file64 = "$toolsPath\cmake-3.31.5-windows-x86_64.zip"
7+
file = "$toolsPath\cmake-4.0.0-rc1-windows-i386.zip"
8+
file64 = "$toolsPath\cmake-4.0.0-rc1-windows-x86_64.zip"
99
destination = $toolsPath
1010
}
1111

automatic/cmake/cmake.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
"3.28": "3.28.6",
2323
"3.29": "3.29.8",
2424
"3.30": "3.30.7",
25-
"3.31": "3.31.5"
25+
"3.31": "3.31.5",
26+
"4.0": "4.0.0-rc1"
2627
}

automatic/cmake/cmake.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>cmake</id>
6-
<version>3.31.5</version>
6+
<version>4.0.0-rc1</version>
77
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
88
<owners>chocolatey-community, dtgm</owners>
99
<title>CMake</title>
@@ -50,7 +50,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' --app
5050
* [News](https://blog.kitware.com/tag/CMake/)
5151
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
5252
<dependencies>
53-
<dependency id="cmake.install" version="[3.31.5]" />
53+
<dependency id="cmake.install" version="[4.0.0-rc1]" />
5454
</dependencies>
5555
</metadata>
5656
<files />

0 commit comments

Comments
 (0)