diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 7b613999c21..d4dd303c3f4 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.61.116", + "stable": "1.61.120", "beta": "1.62.144-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 6ab782c0850..831055d2d4d 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.62.144-beta - Brave Browser (Beta) + 1.61.120 + 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 da388e6cdf0..25e448dae85 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.62.144/BraveBrowserStandaloneSilentBetaSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.61.120/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: 4F25E12E822AAF3F811A89B2C1D4B4D77847A89977E1D38321A8337CA94BCA38 +checksum64: 4D63561C4AC26B21F02C4D97EDF237B1E9AE31398D1604016E9EA86C643ACA46 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 3eff7f8765f..c8bd52fa769 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.62.144/BraveBrowserStandaloneSilentBetaSetup32.exe' - checksum = '30FD68930CED9ED7C2DD51BDB68BE8CABF48993EB64BB574890506AC7E3722D9' + url = 'https://github.com/brave/brave-browser/releases/download/v1.61.120/BraveBrowserStandaloneSilentSetup32.exe' + checksum = 'EB0749DEB9EA0E74F07DF8AB76139D816459BAA3B6961CDD2B1B7F4FC635B3F9' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" } -[version]$softwareVersion = '1.62.144' +[version]$softwareVersion = '1.61.120' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/php/legal/VERIFICATION.txt b/automatic/php/legal/VERIFICATION.txt index fad8084b770..e09bf7efaf8 100644 --- a/automatic/php/legal/VERIFICATION.txt +++ b/automatic/php/legal/VERIFICATION.txt @@ -7,19 +7,19 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software (threadsafe): - 64-Bit software (threadsafe): - 32-Bit software (non-threadsafe): - 64-Bit software (non-threadsafe): + 32-Bit software (threadsafe): + 64-Bit software (threadsafe): + 32-Bit software (non-threadsafe): + 64-Bit software (non-threadsafe): 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: - checksum32 (threadsafe): 241FD763F68D6AF51196D882476342D3FB061D85F992A49E8559D9CE7D4080E6 - checksum64 (threadsafe): FC0E3B0FC8F2FF9CD245A8DE99E6945B55E123C0264EF552F5233C3A2ADD0D62 - checksum32 (non-threadsafe): 3D40E2708A9BE70D37308B4AABFA59C551D4493F81B8898F4C349A8636EB63FA - checksum64 (non-threadsafe): CF1278CCF40A05E6CA1C94E4D652013383E58545DA1C2B306D0568A35F094FE4 + checksum32 (threadsafe): 0147B769BA8E60128BA3C429B7C5DBBB635F4910AD6D909FFE03D78C0D3755A3 + checksum64 (threadsafe): 5990F7E4CEFC0EC48495282A661D4CA817B8ECCA220EC32E7FFC0D3865591FA2 + checksum32 (non-threadsafe): D33A9167CBE08930107E4A57808544A23BA34BB0DD0202ECBAF6E11F72FE7D7A + checksum64 (non-threadsafe): 674AD1FDC50D07A3324A4916D8E31B5DEC9331D55B51EE85D09A4D3B03BACC01 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/php/php.json b/automatic/php/php.json index 6bbcf3ea96e..6ebe91ce6cf 100644 --- a/automatic/php/php.json +++ b/automatic/php/php.json @@ -8,5 +8,5 @@ "8.0": "8.0.30", "8.1": "8.1.27", "8.2": "8.2.15", - "8.3": "8.3.1" + "8.3": "8.3.2" } diff --git a/automatic/php/php.nuspec b/automatic/php/php.nuspec index e862160339c..8d15c33823f 100644 --- a/automatic/php/php.nuspec +++ b/automatic/php/php.nuspec @@ -4,7 +4,7 @@ php PHP (Hypertext Preprocessor) - 8.2.15 + 8.3.2 PHP Authors chocolatey-community, Rob Reynolds PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. @@ -29,7 +29,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir php development programming foss cross-platform admin http://us.php.net/license/ false - https://www.php.net/ChangeLog-8.php#8.2.15 + https://www.php.net/ChangeLog-8.php#8.3.2 https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg https://bugs.php.net/ https://secure.php.net/docs.php diff --git a/automatic/php/tools/chocolateyInstall.ps1 b/automatic/php/tools/chocolateyInstall.ps1 index bc97f8a522d..3bd985f1205 100644 --- a/automatic/php/tools/chocolateyInstall.ps1 +++ b/automatic/php/tools/chocolateyInstall.ps1 @@ -14,10 +14,10 @@ if ($installLocation) { $pp = Get-PackageParameters $filesInfo = @{ - filets32 = "$toolsPath\php-8.2.15-Win32-vs16-x86.zip" - filets64 = "$toolsPath\php-8.2.15-Win32-vs16-x64.zip" - filents32 = "$toolsPath\php-8.2.15-nts-Win32-vs16-x86.zip" - filents64 = "$toolsPath\php-8.2.15-nts-Win32-vs16-x64.zip" + filets32 = "$toolsPath\php-8.3.2-Win32-vs16-x86.zip" + filets64 = "$toolsPath\php-8.3.2-Win32-vs16-x64.zip" + filents32 = "$toolsPath\php-8.3.2-nts-Win32-vs16-x86.zip" + filents64 = "$toolsPath\php-8.3.2-nts-Win32-vs16-x64.zip" } if ($pp.ThreadSafe) { diff --git a/automatic/rufus/legal/VERIFICATION.txt b/automatic/rufus/legal/VERIFICATION.txt index 5b69a00766c..a34edd81e3e 100644 --- a/automatic/rufus/legal/VERIFICATION.txt +++ b/automatic/rufus/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x32: https://github.com/pbatard/rufus/releases/download/v4.3/rufus-4.3.exe + x32: https://github.com/pbatard/rufus/releases/download/v4.4/rufus-4.4.exe to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 9158FED9FB694BC7F7C0520205C101DEFDFFE225A4C1F9AF1A3C62314D51FDCA + checksum32: 42CDB16F6DD64C4FEC30C7A71960FE4D0015862C37E7B02C8DBA5C0D68384C74 File 'license.txt' is obtained from: diff --git a/automatic/rufus/rufus.nuspec b/automatic/rufus/rufus.nuspec index 367a8831a9b..5a2860810b8 100644 --- a/automatic/rufus/rufus.nuspec +++ b/automatic/rufus/rufus.nuspec @@ -2,7 +2,7 @@ rufus - 4.3 + 4.4 Rufus Pete "Akeo" Batard chocolatey-community, dtgm diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 5921a6c919a..79309dfdae7 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey-community - 10.0.3195.0 + 10.0.3196.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.