diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 72edbf2216e..e8a8eef323d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "131.0.6747.0-snapshots", + "snapshots": "131.0.6748.0-snapshots", "stable": "129.0.6668.71" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index a61c6f28acc..59ac096f25b 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 131.0.6747.0-snapshots + 131.0.6748.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index ed8524d1144..de05b135c8e 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: 8B9BD4AA432421AE10DED09E6CA8D6492E817AFD9BE8EE1A961F52F8EF936D73 + checksum64: 2F971C74E85D21D818454A1DE6DB92D2DCA9087A17BEEB2F8F3F3FEF82656431 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 64e0a356c05..9700e5aa6b4 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 = '131.0.6747.0-snapshots' +$version = '131.0.6748.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/1361576/mini_installer.exe' - checksum = '4C62E2FAD51F4AA51FB62C74F21F7108E6E709475E2C185DED67EE743010E5F8' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1361617/mini_installer.exe' + checksum = '4CE0F28F6B5C452D53DE7EDCD2F4B6786E0E5B75E2E4CAA8E8234EF9D374419A' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/gnucash/gnucash.json b/automatic/gnucash/gnucash.json index b3cbf0cf95b..526d44d860e 100644 --- a/automatic/gnucash/gnucash.json +++ b/automatic/gnucash/gnucash.json @@ -34,5 +34,6 @@ "5.5": "5.5", "5.6": "5.6", "5.7": "5.7", - "5.8": "5.8" + "5.8": "5.8", + "5.9": "5.9" } diff --git a/automatic/gnucash/gnucash.nuspec b/automatic/gnucash/gnucash.nuspec index 8813a091a07..20cceca9a7d 100644 --- a/automatic/gnucash/gnucash.nuspec +++ b/automatic/gnucash/gnucash.nuspec @@ -3,7 +3,7 @@ gnucash - 5.8 + 5.9 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gnucash chocolatey-community GnuCash diff --git a/automatic/gnucash/legal/VERIFICATION.txt b/automatic/gnucash/legal/VERIFICATION.txt index 00a9dc80f45..224a6d228cb 100644 --- a/automatic/gnucash/legal/VERIFICATION.txt +++ b/automatic/gnucash/legal/VERIFICATION.txt @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: A8FDEAB6EA49DFB78FA5F6B638005B3E392A8D87C1ED6BC9B0F56EBB48EAA48F + checksum: 18882E68D445C32B7F06C58A55B6B81480CEF4FDF6E159E8D628040357479B86 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/gnucash/tools/chocolateyInstall.ps1 b/automatic/gnucash/tools/chocolateyInstall.ps1 index e49b5d6a5c0..fb7830f9fc3 100644 --- a/automatic/gnucash/tools/chocolateyInstall.ps1 +++ b/automatic/gnucash/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\gnucash-5.8.setup.exe" + file = "$toolsPath\gnucash-5.9.setup.exe" softwareName = 'GnuCash*' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 52556b5bd97..af7f1a8041c 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: A9F36875C0A9967E3C68398D18204710F6E57A0A0C98120E4AF3C4B45EC044AF - checksum64: 4E5E4F4921041791412A4DED781DE716494E0662FC6FE82866B7B8AAF0A59E14 + checksum32: BD679295CAAAA5595E18D3F7281007B3707AE0A7CF9D78700769DD1DF5BB9C6D + checksum64: 2CA14325CEC6096120C8E7108EC429AD6A493F9463784A1AFE1433106367E53E diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index a3544898164..d0028d5d961 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.0744_x86.zip" - file64 = "$toolsDir\gvim_9.1.0744_x64.zip" + file = "$toolsDir\gvim_9.1.0748_x86.zip" + file64 = "$toolsDir\gvim_9.1.0748_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index d2d2c14af25..89cc7e0a3cd 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0744 + 9.1.0748 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.