diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 96262e7f518..7b1efab748d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6894.0-snapshots", + "snapshots": "133.0.6895.0-snapshots", "stable": "131.0.6778.140" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 02ffe9830d5..14a10b432de 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6894.0-snapshots + 133.0.6895.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 0ab0fcd2d90..8ef70b469ba 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: 0B467CF69CD87271FC1D613257F61C139D389C26FBAD0472C7B2D813F6644412 + checksum64: 001BA5CCDC849DA7B58F2DD2703945FD11A49744C17B0C64821423FFE9F06ED1 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index befdd3a8625..7351024b734 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.6894.0-snapshots' +$version = '133.0.6895.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/1395752/mini_installer.exe' - checksum = '13600D6520523FFBBE5EA8CB6D5BEE70BA566B45609A0546F048C9D7A89CBC8D' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1396194/mini_installer.exe' + checksum = 'D43A344D64FDC25A228B521C4D6A54B4D2F9F56F6D1AE02B2DC34BBDB876F4BC' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/octave.portable/legal/VERIFICATION.txt b/automatic/octave.portable/legal/VERIFICATION.txt index c36c1c53b60..4de1401a9df 100644 --- a/automatic/octave.portable/legal/VERIFICATION.txt +++ b/automatic/octave.portable/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ location on 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' @@ -17,6 +17,6 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: sha256 - checksum64: 735455b1dc365f77d0eb1fbaf5b210676accfb3a5d0c13f1032644ab20829c08 + checksum64: d71ce5c4980955e9fb94db2586735df3239865942e2263a0e8ab8c1940146944 File 'gpl-3.0.txt' is obtained from diff --git a/automatic/octave.portable/octave.portable.nuspec b/automatic/octave.portable/octave.portable.nuspec index 47e670d75a4..fd067a0c47d 100644 --- a/automatic/octave.portable/octave.portable.nuspec +++ b/automatic/octave.portable/octave.portable.nuspec @@ -3,7 +3,7 @@ octave.portable - 9.2.0 + 9.3.0 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/octave.portable chocolatey-community,dgalbraith,Andrei Bejenaru GNU Octave (Portable) diff --git a/automatic/octave.portable/tools/chocolateyInstall.ps1 b/automatic/octave.portable/tools/chocolateyInstall.ps1 index 4a1d7b72c87..9acd59cc001 100644 --- a/automatic/octave.portable/tools/chocolateyInstall.ps1 +++ b/automatic/octave.portable/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$version = '9.2.0' +$version = '9.3.0' $toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $progDir = "$toolsDir\octave" @@ -9,8 +9,8 @@ $progDir = "$toolsDir\octave" $packageArgs = @{ PackageName = 'octave.portable' UnzipLocation = $toolsDir - Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-9.2.0-w64.7z' - Checksum64 = '735455b1dc365f77d0eb1fbaf5b210676accfb3a5d0c13f1032644ab20829c08' + Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-9.3.0-w64.7z' + Checksum64 = 'd71ce5c4980955e9fb94db2586735df3239865942e2263a0e8ab8c1940146944' ChecksumType64 = 'sha256' } diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 73f0ce927cf..4557ef66c83 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 3D6F6C8ECBAABE861036DC6B7CF9FB66810A7F9640B583D4690B4803A4711ED1 - checksum64: 88228D359B17F2AF8571980DD5794D3AB6AB49FF9E9417B8A803AA1FAE3A8D41 + checksum32: 51A01AC944E1F0B04B2782AC266B7E76C4459C6B912D7BAABC1A3C0A0F4EF90C + checksum64: C139AD113CCEBBE270E7A631B5F34283AD87BE0F3A44F8C6074E1D0A7010EF32 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 477e4273a62..47919f29904 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_9.1.0919_x86.zip" - file64 = "$toolsDir\gvim_9.1.0919_x64.zip" + file = "$toolsDir\gvim_9.1.0924_x86.zip" + file64 = "$toolsDir\gvim_9.1.0924_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index c7a97f185b1..941dff6a511 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0919 + 9.1.0924 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.