diff --git a/automatic/git.install/git.install.nuspec b/automatic/git.install/git.install.nuspec index a42762b1438..f481ba98ec2 100644 --- a/automatic/git.install/git.install.nuspec +++ b/automatic/git.install/git.install.nuspec @@ -4,7 +4,7 @@ git.install Git (Install) - 2.46.1 + 2.46.2 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.install/legal/VERIFICATION.txt b/automatic/git.install/legal/VERIFICATION.txt index 0e713aa24b8..365af581db6 100644 --- a/automatic/git.install/legal/VERIFICATION.txt +++ b/automatic/git.install/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: - checksum32: 8C172998A695923B4BC5CCF29F27A7E6679CCAE6F8F50ACFE5039D878318F200 - checksum64: AB47DFEB4F5EFFAC44FDC2C11B60EE055477AE752FBD0AAAFD91B7B0DEDD6396 + checksum32: 6CA9019ABB3AA963D81414D46FC054707EFDF36D68B946FFDDE6AF8A6A374E46 + checksum64: EAC009616605EC7207FBE1990627F453B826A1F23A33D54D9B0BE8F4B0CB2094 File 'LICENSE.txt' is obtained from diff --git a/automatic/git.install/tools/chocolateyInstall.ps1 b/automatic/git.install/tools/chocolateyInstall.ps1 index 7e230d6b41b..e98a68c9284 100644 --- a/automatic/git.install/tools/chocolateyInstall.ps1 +++ b/automatic/git.install/tools/chocolateyInstall.ps1 @@ -9,8 +9,8 @@ Stop-GitSSHAgent # Workaround for chocolateyBeforeModify.ps1 being bypassed if upgrading via metapackage (chocolatey/choco#1092) Stop-GitGPGAgent -$fileName32 = 'Git-2.46.1-32-bit.exe' -$fileName64 = 'Git-2.46.1-64-bit.exe' +$fileName32 = 'Git-2.46.2-32-bit.exe' +$fileName64 = 'Git-2.46.2-64-bit.exe' $silentArgs = "/VERYSILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/NOCANCEL", "/SP-", "/LOG", (Get-InstallComponents $pp) $silentArgs += Get-InstallOptions $pp diff --git a/automatic/git.portable/git.portable.nuspec b/automatic/git.portable/git.portable.nuspec index 8c0230fc880..cf17106a697 100644 --- a/automatic/git.portable/git.portable.nuspec +++ b/automatic/git.portable/git.portable.nuspec @@ -4,7 +4,7 @@ git.portable Git (Portable) - 2.46.1 + 2.46.2 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.portable/legal/VERIFICATION.txt b/automatic/git.portable/legal/VERIFICATION.txt index 3f03f433136..8a08edbcb95 100644 --- a/automatic/git.portable/legal/VERIFICATION.txt +++ b/automatic/git.portable/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: - checksum32: 84ABC0C5D419F5C58629E7D9E7A4BAD4BC338E859426BAF19C752395091ED804 - checksum64: 327C09353E27609B376346CA3397AEBE8832298F0448B4B9B2E87C9D37423E1C + checksum32: 7351E28F498010F0AA2FD63ABBD704698DB38CF6F881E2417FB3D73E5A7E6F87 + checksum64: 58AE5C1A27D3F9CE8518C1A187860973CFA4DD604F518350E84F7BAF418FC9FA File 'LICENSE.txt' is obtained from diff --git a/automatic/git/git.nuspec b/automatic/git/git.nuspec index a231bc23aea..92097437166 100644 --- a/automatic/git/git.nuspec +++ b/automatic/git/git.nuspec @@ -4,7 +4,7 @@ git Git - 2.46.1 + 2.46.2 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows @@ -39,7 +39,7 @@ Example for passing in package parameters: false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg - + diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index 3ce33fbb964..be6460d20c8 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 129.0.6668.59 + 129.0.6668.71 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 7347d4743d3..c3e61178fa3 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 = '129.0.6668.59' +$version = '129.0.6668.71' 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 = 'ff53d3a415493926a67e815a77bcb913995efdb3a8249a3a84dff3b81425cec7' - checksum64 = '169d0f7dc9b85718de11fe18ef66991cda2c56a27c51149a79e0becb13574abc' + checksum = '2827588e363a522ebf5c349d452e4b739f0f43cadafdd5b68a65874f6e91ab91' + checksum64 = '144b11fac596bf99d1490ab73d11563c9a4e3daa0b241f7a331638447064c824' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index 9c6fda92451..19e3cf8e6af 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 113.0.5230.62 + 113.0.5230.132 Opera chocolatey-community Opera @@ -28,7 +28,7 @@ For example: `--params '"/NoAutostart /NoDesktopShortcut /NoTaskbarShortcut"'` - **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.** ]]> The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer. - https://blogs.opera.com/desktop/changelog-for-113/#b5230.62 + https://blogs.opera.com/desktop/changelog-for-113/#b5230.132 browser opera cross-platform internet admin https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index c7a80499136..b1f23b737da 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -11,17 +11,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://get.geo.opera.com/pub/opera/desktop/113.0.5230.62/win/Opera_113.0.5230.62_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/113.0.5230.62/win/Opera_113.0.5230.62_Setup_x64.exe' - checksum = '67bfc9c57cf81186c03a1ae25ec2c4f13a0fafd712969b1162d3d0c0f8c351bd' - checksum64 = '95a686e917c50b62d2e271af7bf4812a1885269131fb2d3a237cdfd0a77a57fb' + url = 'https://get.geo.opera.com/pub/opera/desktop/113.0.5230.132/win/Opera_113.0.5230.132_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/113.0.5230.132/win/Opera_113.0.5230.132_Setup_x64.exe' + checksum = '77182cd3e23b458b9e0eacd58466470971f3fc2230ec357b0577d37bb06b8bf7' + checksum64 = 'bf6da66f1b855ee0f84e35b7fe8d791532b9dc364bdcd9fac9abbf987b5dac26' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '113.0.5230.62' +$version = '113.0.5230.132' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." }