From 0c349883176e5361cc7b406afcd2e8ff519ea363 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 20 May 2023 00:14:24 +0000 Subject: [PATCH] AU: 5 updated - chromium paint.net vagrant vim Waterfox [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/f40e6c7ed9ab80be07536d416b40dcf8340b1b22 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/paint.net/legal/VERIFICATION.txt | 4 ++-- automatic/paint.net/paint.net.nuspec | 2 +- automatic/vagrant/tools/chocolateyinstall.ps1 | 8 ++++---- automatic/vagrant/vagrant.nuspec | 2 +- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- automatic/waterfox/legal/VERIFICATION.txt | 4 ++-- automatic/waterfox/tools/chocolateyInstall.ps1 | 2 +- automatic/waterfox/waterfox.json | 2 +- automatic/waterfox/waterfox.nuspec | 2 +- 15 files changed, 27 insertions(+), 27 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 49c2bc98955..b41485f80d3 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "115.0.5781.0-snapshots", + "snapshots": "115.0.5782.0-snapshots", "stable": "113.0.5672.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 22effdfe196..92e2748f904 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 115.0.5781.0-snapshots + 115.0.5782.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index d6d468d6651..586cf892934 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: 3FA69AD3922E1A0E701CDF1F8F3B5B206403CA5400E2DAAA066A269D68D85571 - checksum64: 64C6670D496794B4A38E4566A1D4B6F609D625131803808F820C97FE8B4DF277 + checksum32: 61B2B5DD8613FC41A25E4EBA18E7FA3D06B23A15D459B233A81472240D49C142 + checksum64: A9BB0A43FAAD20DFDAF2D10B3E6C5A1B4FA513D0CB698B8D8C3B1198EF7E7B31 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index ca64db79b56..5380fff100e 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 = "115.0.5781.0-snapshots" +$version = "115.0.5782.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/paint.net/legal/VERIFICATION.txt b/automatic/paint.net/legal/VERIFICATION.txt index 9b266887eba..3973b07c6ba 100644 --- a/automatic/paint.net/legal/VERIFICATION.txt +++ b/automatic/paint.net/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://github.com/paintdotnet/release/releases/download/v5.0.3/paint.net.5.0.3.install.x64.zip + x64: https://github.com/paintdotnet/release/releases/download/v5.0.4/paint.net.5.0.4.install.x64.zip to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 53513BB75A7A31CA7572A954BFFA8E847F9A873AE6215F142CBE9B246A6374B7 + checksum64: E78191A1837B22400342F9EA64C6D73B9F2C210124754D2BE9571E27EA261C83 File 'license.txt' is obtained from: https://www.getpaint.net/license.html diff --git a/automatic/paint.net/paint.net.nuspec b/automatic/paint.net/paint.net.nuspec index 4ba666fc502..d883b1643b1 100644 --- a/automatic/paint.net/paint.net.nuspec +++ b/automatic/paint.net/paint.net.nuspec @@ -3,7 +3,7 @@ paint.net - 5.0.3 + 5.0.4 Paint.NET Rick Brewster, dotPDN http://www.getpaint.net/ diff --git a/automatic/vagrant/tools/chocolateyinstall.ps1 b/automatic/vagrant/tools/chocolateyinstall.ps1 index 648c1219c51..54b2ce50bcc 100644 --- a/automatic/vagrant/tools/chocolateyinstall.ps1 +++ b/automatic/vagrant/tools/chocolateyinstall.ps1 @@ -3,10 +3,10 @@ $packageArgs = @{ packageName = 'vagrant' fileType = 'msi' - url = 'https://releases.hashicorp.com/vagrant/2.3.5/vagrant_2.3.5_windows_i686.msi' - url64bit = 'https://releases.hashicorp.com/vagrant/2.3.5/vagrant_2.3.5_windows_amd64.msi' - checksum = '09c72a39e7820c88c6c5454c8812dcf5dc7ce401762737d016072ab59a10ba6f' - checksum64 = '7f7b58e046c8b41d767ecab387cebe8bfb04121e6511f23ecfda3fff586cfffa' + url = 'https://releases.hashicorp.com/vagrant/2.3.6/vagrant_2.3.6_windows_i686.msi' + url64bit = 'https://releases.hashicorp.com/vagrant/2.3.6/vagrant_2.3.6_windows_amd64.msi' + checksum = 'e34c7d24944ff140a9f9286ab180ba4eb23d0b20687f3128dabd64a7264f5078' + checksum64 = '93bfd30000094b2e2408cefc900f2837604ddf5fa69c6d39a352b6678c3df61b' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/qn /norestart" diff --git a/automatic/vagrant/vagrant.nuspec b/automatic/vagrant/vagrant.nuspec index aca66163d5b..01d5f284e3c 100644 --- a/automatic/vagrant/vagrant.nuspec +++ b/automatic/vagrant/vagrant.nuspec @@ -4,7 +4,7 @@ vagrant Vagrant (Install) - 2.3.5 + 2.3.6 Mitchell Hashimoto, John Bender, HashiCorp chocolatey-community, Rob Reynolds, Patrick Wyatt Vagrant - Development environments made easy. diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 88442cadb1e..1f2d54f0c04 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: F63DD277F92018FFD499318AAD16FC7ADAB4A47D7ECAE19F2EA2377A0E7FEA13 - checksum64: FEA48A0869A2BC8BE43B5F97911B6DFB043B49CF2FD4E91B13ECCC250198A745 + checksum32: 798A60E41BFC1A2A64A663C58219CA03790D35B912E592D2268E33619EEB43B6 + checksum64: 19DC700CA1235E50CC21FDAE0E21367F50274F2EDE9D355621645C9D69832296 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index de49c136d76..b53c23af3b2 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.0.1566_x86.zip" - file64 = "$toolsDir\gvim_9.0.1566_x64.zip" + file = "$toolsDir\gvim_9.0.1570_x86.zip" + file64 = "$toolsDir\gvim_9.0.1570_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index e727f6a5b79..5cfbb2443bb 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1566 + 9.0.1570 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. diff --git a/automatic/waterfox/legal/VERIFICATION.txt b/automatic/waterfox/legal/VERIFICATION.txt index 0f286f2ae77..5c6114e5865 100644 --- a/automatic/waterfox/legal/VERIFICATION.txt +++ b/automatic/waterfox/legal/VERIFICATION.txt @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from their official download link listed on <> and can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum: 351DA65E8663AEFBCF5D107C7EA216C17B2B62B13388EAB1CF92D788DF45E53B + checksum: 034BBAEC8371CCA8248EAD81A74076756DDD83168D38B203805B25E7C4E4802B File 'LICENSE.md' is obtained from diff --git a/automatic/waterfox/tools/chocolateyInstall.ps1 b/automatic/waterfox/tools/chocolateyInstall.ps1 index a3069af7e1e..a6c9a671d7a 100644 --- a/automatic/waterfox/tools/chocolateyInstall.ps1 +++ b/automatic/waterfox/tools/chocolateyInstall.ps1 @@ -10,7 +10,7 @@ $packageArgs = @{ packageName = 'Waterfox' fileType = 'exe' softwareName = 'Waterfox*' - file = "$toolsDir\Waterfox Setup G5.1.6_x64.exe" + file = "$toolsDir\Waterfox Setup G5.1.7_x64.exe" silentArgs = "/S" validExitCodes= @(0) } diff --git a/automatic/waterfox/waterfox.json b/automatic/waterfox/waterfox.json index ddb58ad9e54..564c927c3a4 100644 --- a/automatic/waterfox/waterfox.json +++ b/automatic/waterfox/waterfox.json @@ -1,4 +1,4 @@ { - "current": "23055.1.6", + "current": "23055.1.7", "classic": "2022.11" } diff --git a/automatic/waterfox/waterfox.nuspec b/automatic/waterfox/waterfox.nuspec index a430bca4609..d138a249ecd 100644 --- a/automatic/waterfox/waterfox.nuspec +++ b/automatic/waterfox/waterfox.nuspec @@ -3,7 +3,7 @@ Waterfox - 23055.1.6 + 23055.1.7 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox chocolatey-community,tonigellida,admiringworm Waterfox