diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 5bd3060e0a4..4d9fca49f3b 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "105.0.5146.0-snapshots", + "snapshots": "105.0.5147.0-snapshots", "stable": "103.0.5060.53" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 233603439e8..56c7cff7865 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 105.0.5146.0-snapshots + 105.0.5147.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 5333a0878b8..5091b6dc455 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors 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: 518253E879532B2EA5908DBA038A995456806B0A6D83116CF54B16A1FCB205DF - checksum64: 0D7E346ADD3E293DF957917E1BB01807C1CEDB7AC4E8ECD11A29EFE04070EF33 + checksum32: 35F535E9243A5CFABDF4899F3C7CB738CE122A311B390BE5CE232BFC29C77368 + checksum64: 18FC8DB6A0E02B5CED2810B1D573E9F280D58CF42796C722ADFE8DEDDBFFF7C8 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7c717679dce..f767d8439cc 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "105.0.5146.0-snapshots" +$version = "105.0.5147.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/git.install/git.install.nuspec b/automatic/git.install/git.install.nuspec index 597ac4429c2..da3a958eaa1 100644 --- a/automatic/git.install/git.install.nuspec +++ b/automatic/git.install/git.install.nuspec @@ -4,7 +4,7 @@ git.install Git (Install) - 2.36.1 + 2.37.0 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 9bbce8bbb06..14d556903f1 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 have 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: 0A50735BD088698E6015265D9373CB0CC859F46A0689D3073F91DA0DC0FE66AA - checksum64: 08A0C20374D13D1B448D2C5713222FF55DD1F4BFFA15093B85772CC0FC5F30E7 + checksum32: 558C76CB118B6392F4A48D957E1062031A019FD80788D8DB71C5702173A8F2F5 + checksum64: F234CBCB7BC123B8219BC1692B1A44ACC0FD805B1C6FCCACD1E28D4672499EF8 File 'LICENSE.txt' is obtained from diff --git a/automatic/git.install/tools/chocolateyInstall.ps1 b/automatic/git.install/tools/chocolateyInstall.ps1 index 5b16048fdd7..ea4953f18c4 100644 --- a/automatic/git.install/tools/chocolateyInstall.ps1 +++ b/automatic/git.install/tools/chocolateyInstall.ps1 @@ -7,8 +7,8 @@ $pp = Get-PackageParameters Stop-GitSSHAgent -$fileName32 = 'Git-2.36.1-32-bit.exe' -$fileName64 = 'Git-2.36.1-64-bit.exe' +$fileName32 = 'Git-2.37.0-32-bit.exe' +$fileName64 = 'Git-2.37.0-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 405d9412a5c..0a88d0b731d 100644 --- a/automatic/git.portable/git.portable.nuspec +++ b/automatic/git.portable/git.portable.nuspec @@ -4,7 +4,7 @@ git.portable Git (Portable) - 2.36.1 + 2.37.0 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 3e8d606ac64..c8dc2adcdac 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 have 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: 71AD967137A4DA096F3E3406BD8A761F59C3A1EDBF32E81E69E1F75EFB9A44C4 - checksum64: AF17A2803C5C6406B9B60DFEF2D34F72F218975F9D78DF21005A44F6E2F0CAF9 + checksum32: 45EFB4A2C9C3FD11CA7580B0D8DA469474C2A6CE1C48FF8A7512541923F0CBDB + checksum64: 96808564283669E0129310C14F8AD6FFB55498D3381420BD22200A62585AB2F4 File 'LICENSE.txt' is obtained from diff --git a/automatic/git/git.nuspec b/automatic/git/git.nuspec index 0389d136c3f..30d20b735c6 100644 --- a/automatic/git/git.nuspec +++ b/automatic/git/git.nuspec @@ -4,7 +4,7 @@ git Git - 2.36.1 + 2.37.0 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 79d2ac9deca..7d0df121d39 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 103.0.5060.53 + 103.0.5060.66 Google Chrome chocolatey-community Google Inc. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 538e0618f2e..905de16344c 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 = '103.0.5060.53' +$version = '103.0.5060.66' 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/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = '08f22fc4301e23191a4d964b8baf07d4a590a072339bddb7997d9bfe406e7ca6' - checksum64 = '8083fb69c19d204dea6a65f9d6416c770c54370726b521e1c589a487988df252' + checksum = 'b462943a7bbb98f3727d09aae055d675dfe35794da9aaa2210dd3f28a16914d8' + checksum64 = '3c931bbc390a89de6179ba3197a86cf87f46cc3e7b1d1da46c3b263fe85b48fb' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/mattermost-desktop/legal/VERIFICATION.txt b/automatic/mattermost-desktop/legal/VERIFICATION.txt index 5e08ca805a3..d669a42967b 100644 --- a/automatic/mattermost-desktop/legal/VERIFICATION.txt +++ b/automatic/mattermost-desktop/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page - 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: sha256 - checksum32: 5D027B2CBE5571F75F1681DD90904464D4BD4AED24D393A8A183136D6049B886 - checksum64: 30CF18972A5A41A204637D52D998C7FAA71E04BDB64414B69F3025699F12CD2F + checksum32: 7FA313E12485F7597A73B09948A9DEB0F8857BACCDD566C6798477D38E8CD6BA + checksum64: 911861967AD9729AB5DAEA42BFE803684173A9F833F4D7AD73C5A1298D79F0B2 File 'LICENSE.txt' is obtained from diff --git a/automatic/mattermost-desktop/mattermost-desktop.nuspec b/automatic/mattermost-desktop/mattermost-desktop.nuspec index eab5b353045..11ff1d84774 100644 --- a/automatic/mattermost-desktop/mattermost-desktop.nuspec +++ b/automatic/mattermost-desktop/mattermost-desktop.nuspec @@ -6,7 +6,7 @@ mattermost-desktop Mattermost Desktop - 5.1.0 + 5.1.1 https://github.com/mattermost/desktop/graphs/contributors chocolatey-community,wget, hans0 Native desktop application for Mattermost running on Windows diff --git a/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 b/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 index e6c77f7e594..f7954b78549 100644 --- a/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 +++ b/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 @@ -5,10 +5,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'mattermost-desktop' fileType = 'msi' - file = "$toolsDir\mattermost-desktop-5.1.0-x86.msi" - file64 = "$toolsDir\mattermost-desktop-5.1.0-x64.msi" - checksum = '5D027B2CBE5571F75F1681DD90904464D4BD4AED24D393A8A183136D6049B886' - checksum64 = '30CF18972A5A41A204637D52D998C7FAA71E04BDB64414B69F3025699F12CD2F' + file = "$toolsDir\mattermost-desktop-5.1.1-x86.msi" + file64 = "$toolsDir\mattermost-desktop-5.1.1-x64.msi" + checksum = '7FA313E12485F7597A73B09948A9DEB0F8857BACCDD566C6798477D38E8CD6BA' + checksum64 = '911861967AD9729AB5DAEA42BFE803684173A9F833F4D7AD73C5A1298D79F0B2' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""