diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 1c6e09b072f..6c9845d3b79 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6928.0-snapshots", + "snapshots": "133.0.6929.0-snapshots", "stable": "131.0.6778.205" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ed74231f3e8..2eb87272a0d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6928.0-snapshots + 133.0.6929.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 058b5495806..e4f16180343 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-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 - checksum64: 0E0DD41D6359B0991292BC42CE8D86AF02956F1D2440E0428E72C121313C18C7 + checksum64: 58A5EA17DA25BDE482A3C2D387EFE16330D2CFF24C38CCF28041513F94FD701D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 6bb396f55ff..09b031a17ed 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '133.0.6928.0-snapshots' +$version = '133.0.6929.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1400840/mini_installer.exe' - checksum = '1211B35146208BFBB7E40522E41EABE94A1C63EAF41F888F24B058CCCA860AD6' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1400926/mini_installer.exe' + checksum = '43655316AA2ADD65E47544EAD1CDD3527660448E1286CBFD53495A13AC12E837' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/ruby.install/legal/VERIFICATION.txt b/automatic/ruby.install/legal/VERIFICATION.txt index 89239cfcf08..ca49a5860b1 100644 --- a/automatic/ruby.install/legal/VERIFICATION.txt +++ b/automatic/ruby.install/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x86.exe - x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x64.exe + x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x86.exe + x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x64.exe to download the installer. @@ -16,12 +16,12 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 69D4842CF059F567DA40D50E378B67CF8241B9F14416B2E8DF1286E909E47F04 - checksum64: 4106C61D3CD9B65226F84CC44A46A4141F7B1CF75C40926A14791C8420D1FAAE + checksum32: 4C340DF47D3630427405A89B8C4E7E146DD7E5D8269560CBC00C7D84264F21ED + checksum64: C3E77DB0EE97B387597383A2869F19E618EB9830CCDA0B9720265B87DDA5D26E Using Chocolatey AU: - Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x64.exe + Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x64.exe File 'license.txt' is obtained from: https://raw.githubusercontent.com/oneclick/rubyinstaller2/master/LICENSE.txt diff --git a/automatic/ruby.install/ruby.install.json b/automatic/ruby.install/ruby.install.json index a58e0425804..b53b988b59c 100644 --- a/automatic/ruby.install/ruby.install.json +++ b/automatic/ruby.install/ruby.install.json @@ -9,5 +9,6 @@ "2.2": "2.2.6", "2.1": "2.1.9", "3.2": "3.2.6.1", - "3.3": "3.3.6.2" + "3.3": "3.3.6.2", + "3.4": "3.4.1.1" } diff --git a/automatic/ruby.install/ruby.install.nuspec b/automatic/ruby.install/ruby.install.nuspec index 7c6f7f5975b..20d7ecf6e45 100644 --- a/automatic/ruby.install/ruby.install.nuspec +++ b/automatic/ruby.install/ruby.install.nuspec @@ -3,7 +3,7 @@ ruby.install - 3.3.6.2 + 3.4.1.1 Ruby (Install) Yukihiro Matsumoto chocolatey-community, Rob Reynolds diff --git a/automatic/ruby.install/tools/chocolateyInstall.ps1 b/automatic/ruby.install/tools/chocolateyInstall.ps1 index f01093e7185..6853ad1f086 100644 --- a/automatic/ruby.install/tools/chocolateyInstall.ps1 +++ b/automatic/ruby.install/tools/chocolateyInstall.ps1 @@ -14,8 +14,8 @@ Write-Host "Ruby is going to be installed in '$installDir'" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\rubyinstaller-3.3.6-2-x86.exe" - file64 = "$toolsPath\rubyinstaller-3.3.6-2-x64.exe" + file = "$toolsPath\rubyinstaller-3.4.1-1-x86.exe" + file64 = "$toolsPath\rubyinstaller-3.4.1-1-x64.exe" silentArgs = '/verysilent /allusers /dir="{0}" /tasks="{1}"' -f $installDir, ($tasks -join ',') validExitCodes = @(0) softwareName = 'ruby *' diff --git a/automatic/ruby.portable/legal/VERIFICATION.txt b/automatic/ruby.portable/legal/VERIFICATION.txt index 87bcc185247..be1a96ceeb4 100644 --- a/automatic/ruby.portable/legal/VERIFICATION.txt +++ b/automatic/ruby.portable/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x86.7z - x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x64.7z + x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x86.7z + x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x64.7z to download the archives. @@ -16,12 +16,12 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 960FBC3F64191CDAD58023AA9B59A3CBFA7F63530D1635F14C0B173643E92118 - checksum64: 85CC68618B615D37C97FE71547AD875A80E25C34CB4593A82075A09B595864B6 + checksum32: 7D8045A8C8D7EBD79D988E09A1FED123C344084DDFE73CFFC9ABB9FE7AEA156C + checksum64: 7C32FE445F9A4047FD770AB6862126D69D98C44935BC120B841F93D474711B9A Using Chocolatey AU: - Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x64.7z + Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x64.7z File 'license.txt' is obtained from: https://raw.githubusercontent.com/oneclick/rubyinstaller2/master/LICENSE.txt diff --git a/automatic/ruby.portable/ruby.portable.json b/automatic/ruby.portable/ruby.portable.json index 74620bcc35c..3d6dc7b7214 100644 --- a/automatic/ruby.portable/ruby.portable.json +++ b/automatic/ruby.portable/ruby.portable.json @@ -3,5 +3,6 @@ "3.0": "3.0.6.1", "2.7": "2.7.7.1", "3.2": "3.2.6.1", - "3.3": "3.3.6.2" + "3.3": "3.3.6.2", + "3.4": "3.4.1.1" } diff --git a/automatic/ruby.portable/ruby.portable.nuspec b/automatic/ruby.portable/ruby.portable.nuspec index d437bdb7d2e..97b1b6faf7e 100644 --- a/automatic/ruby.portable/ruby.portable.nuspec +++ b/automatic/ruby.portable/ruby.portable.nuspec @@ -3,7 +3,7 @@ ruby.portable - 3.3.6.2 + 3.4.1.1 Ruby (Portable) Yukihiro Matsumoto chocolatey-community, Rob Reynolds diff --git a/automatic/ruby.portable/tools/chocolateyInstall.ps1 b/automatic/ruby.portable/tools/chocolateyInstall.ps1 index e1442f88bf3..f67f58f9415 100644 --- a/automatic/ruby.portable/tools/chocolateyInstall.ps1 +++ b/automatic/ruby.portable/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ - File = "$toolsPath\rubyinstaller-3.3.6-2-x86.7z" - File64 = "$toolsPath\rubyinstaller-3.3.6-2-x64.7z" + File = "$toolsPath\rubyinstaller-3.4.1-1-x86.7z" + File64 = "$toolsPath\rubyinstaller-3.4.1-1-x64.7z" Destination = "$toolsPath\ruby" PackageName = $env:ChocolateyPackageName } diff --git a/automatic/ruby/ruby.json b/automatic/ruby/ruby.json index a58e0425804..b53b988b59c 100644 --- a/automatic/ruby/ruby.json +++ b/automatic/ruby/ruby.json @@ -9,5 +9,6 @@ "2.2": "2.2.6", "2.1": "2.1.9", "3.2": "3.2.6.1", - "3.3": "3.3.6.2" + "3.3": "3.3.6.2", + "3.4": "3.4.1.1" } diff --git a/automatic/ruby/ruby.nuspec b/automatic/ruby/ruby.nuspec index 02dceee9544..461a358ef19 100644 --- a/automatic/ruby/ruby.nuspec +++ b/automatic/ruby/ruby.nuspec @@ -3,7 +3,7 @@ ruby - 3.3.6.2 + 3.4.1.1 Ruby Yukihiro Matsumoto chocolatey-community, Rob Reynolds @@ -34,7 +34,7 @@ Example: `choco install ruby --package-parameters="'/NoPath ""/InstallDir:C:\yo https://www.ruby-lang.org/en/downloads/releases/ https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@aad7c15bfbec43c3716f8a82bc3af22e1a55579d/icons/ruby.svg - +