Skip to content

Commit

Permalink
AU: 6 updated - brave cmake cmake.install cmake.portable GoogleChrome…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 23, 2024
1 parent 2803c4a commit 269e3f0
Show file tree
Hide file tree
Showing 21 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.62.165",
"stable": "1.63.161",
"beta": "1.64.74-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.64.74-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.63.161</version>
<title>Brave Browser</title>
<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.
## Features
Expand All @@ -14,11 +14,11 @@
## Notes
- Beta is an early preview for new versions of Brave. This build showcases the newest advances and it's ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you'd like.
- This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey-community, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86_64: https://github.com/brave/brave-browser/releases/download/v1.64.74/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.63.161/BraveBrowserStandaloneSilentSetup.exe

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

checksum type: sha256
checksum64: 42F982AC8CAC21861A741ADEDE0ACB445DD6DE9E0CB14ADEA86ABF29C4F25D61
checksum64: E5BCAE7DBFCAEB949B64FFBE5894549F0DBD5F4BFDCAB068D8EDA7F743157D8F

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
8 changes: 4 additions & 4 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.64.74/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = 'D6F68310BE1811363F89EBAFC2D1C787ED94F7E7112A59B55D17162FB8F0E650'
url = 'https://github.com/brave/brave-browser/releases/download/v1.63.161/BraveBrowserStandaloneSilentSetup32.exe'
checksum = 'BC709525698280055A64992BF431051F5EE3349BC575145372E9216A6EF59CAE'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.64.74'
[version]$softwareVersion = '1.63.161'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
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 @@ -20,5 +20,5 @@
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.3",
"3.29": "3.29.0-rc1"
"3.29": "3.29.0-rc2"
}
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.29.0-rc1</version>
<version>3.29.0-rc2</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.29.0-rc1/cmake-3.29.0-rc1-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc1/cmake-3.29.0-rc1-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc2/cmake-3.29.0-rc2-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc2/cmake-3.29.0-rc2-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: B6F17ED6EF5122EAB50292E0235E1D6C60E0790FDE7ECAD63C040B94B2AE7052
checksum64: B402B9DE5C08353A1FA73CE45F564B88D645FE767FB9C111B312A0F3EC0306F1
checksum32: 6E8FEA4E06D1B9AF8525CE8A4E450D263C8DD02B9DB46F216548C237E3CD2C45
checksum64: A3AD2AAABCBBB0C52D1829969C6F63AD64C0C69CD2557EFA6738DF9848B2DE16

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.29.0-rc1-windows-i386.msi"
file64 = "$toolsPath\cmake-3.29.0-rc1-windows-x86_64.msi"
file = "$toolsPath\cmake-3.29.0-rc2-windows-i386.msi"
file64 = "$toolsPath\cmake-3.29.0-rc2-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 @@ -20,5 +20,5 @@
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.3",
"3.29": "3.29.0-rc1"
"3.29": "3.29.0-rc2"
}
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.29.0-rc1</version>
<version>3.29.0-rc2</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.29.0-rc1/cmake-3.29.0-rc1-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc1/cmake-3.29.0-rc1-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc2/cmake-3.29.0-rc2-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc2/cmake-3.29.0-rc2-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: 4339554F941D962AFD02880556DB1BFDCF6C97CD9A071D0236EAC11E287A64C3
checksum64: 60ACEB9E942F5258313C77362779430372C3D58E2CF029A05891F24F83E5DD47
checksum32: 34AFB68CFF97A62238270C094D623E4DCE9C248CE8B1A670235129422855482E
checksum64: CB8F80186B8296C0410846169FFC7E78A9AE562E62548214F768334470D6E77D

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.29.0-rc1-windows-i386.zip"
file64 = "$toolsPath\cmake-3.29.0-rc1-windows-x86_64.zip"
file = "$toolsPath\cmake-3.29.0-rc2-windows-i386.zip"
file64 = "$toolsPath\cmake-3.29.0-rc2-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 @@ -20,5 +20,5 @@
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.3",
"3.29": "3.29.0-rc1"
"3.29": "3.29.0-rc2"
}
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.29.0-rc1</version>
<version>3.29.0-rc2</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.29.0-rc1]" />
<dependency id="cmake.install" version="[3.29.0-rc2]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>122.0.6261.57</version>
<version>122.0.6261.69</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '122.0.6261.57'
$version = '122.0.6261.69'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '1a3aeab28be2d295651b01310785f636457fd24f226a577f0735ff612aefae70'
checksum64 = '915ed33474b5094cffd45050a35004c6caa0e71b491fb98482d896670724094d'
checksum = '36fc8f7f58e6c1514a0ad4dc71b7ef7480c28680050210576df3e4160cca4e66'
checksum64 = 'e44e57035ef2a1490afcbc0ff36541c78d19dea83b9c6be88e1c43f98c5a87a2'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/testdisk-photorec/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/testdisk.svg" width="48" height="48"/> [testdisk-photorec](https://chocolatey.org/packages/testdisk-photorec)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/testdisk.svg" width="48" height="48"/> [testdisk-photorec](https://chocolatey.org/packages/testdisk-photorec)


TestDisk is powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy.
Expand Down
4 changes: 2 additions & 2 deletions automatic/testdisk-photorec/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <http://www.cgsecurity.org/wiki/TestDisk_Download>
and can be verified by doing the following:

1. Download the following <https://www.cgsecurity.org/testdisk-7.1.win.zip>
1. Download the following <https://www.cgsecurity.org/testdisk-7.2.win.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
checksum: 1231CCFD46815E324F3C541B1E4A0A569A0A16B5C7D320C8C049C36595785224
checksum: 0718A4529611E5F8B6D5FCB873279D23A0B212B18BCF72291F3B47351BFC7126

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>
6 changes: 3 additions & 3 deletions automatic/testdisk-photorec/testdisk-photorec.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>testdisk-photorec</id>
<version>7.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/testdisk-photorec</packageSourceUrl>
<version>7.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/testdisk-photorec</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>TestDisk and PhotoRec</title>
<authors>CGSecurity</authors>
<projectUrl>http://www.cgsecurity.org/wiki/TestDisk</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/testdisk.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/testdisk.svg</iconUrl>
<licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>http://www.cgsecurity.org/wiki/TestDisk#Documentation</docsUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/testdisk-photorec/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if ($previousDirectories) { Remove-Item $previousDirectories.FullName -Force -ea
$packageArgs = @{
packageName = 'testdisk-photorec'
fileType = 'zip'
file = "$toolsPath\testdisk-7.1.win.zip"
file = "$toolsPath\testdisk-7.2.win.zip"
destination = "$toolsPath"
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/testdisk-photorec/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ function global:au_GetLatest {
$download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing

$re = 'testdisk\-[\d\.]+\.win\.zip$'
$url32 = $download_page.Links | ? href -match $re | select -first 1 -expand href
$url32 = $download_page.Links | Where-Object href -match $re | Select-Object -first 1 -expand href

$verRe = '[-]|\.win'
$version32 = $url32 -split "$verRe" | select -last 1 -skip 1
$version32 = $url32 -split "$verRe" | Select-Object -last 1 -skip 1

@{
URL32 = $url32 -replace '\/Download_and_donate\.php'
Expand Down

0 comments on commit 269e3f0

Please sign in to comment.