diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 5e078398f5d..340a756efdf 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.62.165", + "stable": "1.63.161", "beta": "1.64.74-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 5906a7086c9..a50bcebd28b 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.64.74-beta - Brave Browser (Beta) + 1.63.161 + Brave Browser - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey-community, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index 6570f452cf0..bcabf5e1dea 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -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 diff --git a/automatic/brave/tools/chocolateyInstall.ps1 b/automatic/brave/tools/chocolateyInstall.ps1 index 4dc9eed8289..2845a8f5a5e 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -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 diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index eb57bb3d41c..91acdb8d7f0 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -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" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index ec0031f3370..ea0294062c0 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.29.0-rc1 + 3.29.0-rc2 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install chocolatey-community, dtgm CMake (Install) diff --git a/automatic/cmake.install/legal/VERIFICATION.txt b/automatic/cmake.install/legal/VERIFICATION.txt index ae0568e93dc..a343f192aca 100644 --- a/automatic/cmake.install/legal/VERIFICATION.txt +++ b/automatic/cmake.install/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 diff --git a/automatic/cmake.install/tools/chocolateyInstall.ps1 b/automatic/cmake.install/tools/chocolateyInstall.ps1 index f1c3fdd062f..52f209ba1f0 100644 --- a/automatic/cmake.install/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.install/tools/chocolateyInstall.ps1 @@ -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) diff --git a/automatic/cmake.portable/cmake.portable.json b/automatic/cmake.portable/cmake.portable.json index 0c449cd52ad..90d00ee7a04 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -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" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index 326bb2dfab1..cda4bd7cd10 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.29.0-rc1 + 3.29.0-rc2 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable chocolatey-community, dtgm CMake (Portable) diff --git a/automatic/cmake.portable/legal/VERIFICATION.txt b/automatic/cmake.portable/legal/VERIFICATION.txt index 7276904019a..3d39877f6a3 100644 --- a/automatic/cmake.portable/legal/VERIFICATION.txt +++ b/automatic/cmake.portable/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 diff --git a/automatic/cmake.portable/tools/chocolateyInstall.ps1 b/automatic/cmake.portable/tools/chocolateyInstall.ps1 index 4632450e681..bc0e3bfdbb6 100644 --- a/automatic/cmake.portable/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.portable/tools/chocolateyInstall.ps1 @@ -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 } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index 665e389c468..ff9abeb902b 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -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" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index d1ac6955aa5..4b733b8c7fc 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.29.0-rc1 + 3.29.0-rc2 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake chocolatey-community, dtgm CMake @@ -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) - + diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index fee562eecf6..14bed446e5e 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 122.0.6261.57 + 122.0.6261.69 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 7a95eb610b3..a5fd1916548 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -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 @@ -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`"" diff --git a/automatic/testdisk-photorec/Readme.md b/automatic/testdisk-photorec/Readme.md index 17a471b1e8c..4a2ba06e737 100644 --- a/automatic/testdisk-photorec/Readme.md +++ b/automatic/testdisk-photorec/Readme.md @@ -1,4 +1,4 @@ -# [testdisk-photorec](https://chocolatey.org/packages/testdisk-photorec) +# [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. diff --git a/automatic/testdisk-photorec/legal/VERIFICATION.txt b/automatic/testdisk-photorec/legal/VERIFICATION.txt index e1934d34ed4..10619839649 100644 --- a/automatic/testdisk-photorec/legal/VERIFICATION.txt +++ b/automatic/testdisk-photorec/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 diff --git a/automatic/testdisk-photorec/testdisk-photorec.nuspec b/automatic/testdisk-photorec/testdisk-photorec.nuspec index 222ed13fc36..870115cc9bf 100644 --- a/automatic/testdisk-photorec/testdisk-photorec.nuspec +++ b/automatic/testdisk-photorec/testdisk-photorec.nuspec @@ -3,13 +3,13 @@ testdisk-photorec - 7.1 - https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/testdisk-photorec + 7.2 + https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/testdisk-photorec chocolatey-community TestDisk and PhotoRec CGSecurity http://www.cgsecurity.org/wiki/TestDisk - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/testdisk.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/testdisk.svg http://www.gnu.org/licenses/gpl.html false http://www.cgsecurity.org/wiki/TestDisk#Documentation diff --git a/automatic/testdisk-photorec/tools/chocolateyInstall.ps1 b/automatic/testdisk-photorec/tools/chocolateyInstall.ps1 index 8a613f53677..0b67a631076 100644 --- a/automatic/testdisk-photorec/tools/chocolateyInstall.ps1 +++ b/automatic/testdisk-photorec/tools/chocolateyInstall.ps1 @@ -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" } diff --git a/automatic/testdisk-photorec/update.ps1 b/automatic/testdisk-photorec/update.ps1 index 7a56e787fb6..728dce0e638 100644 --- a/automatic/testdisk-photorec/update.ps1 +++ b/automatic/testdisk-photorec/update.ps1 @@ -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'