From e8ce255f1aac8aacceec877d52af0dd46b4dbc34 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 2 Oct 2023 00:14:26 +0000 Subject: [PATCH] AU: 3 updated - paint.net vim Waterfox [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/98edf482085578fd5dd5b29124c4c556e6fe8f18 --- automatic/paint.net/legal/VERIFICATION.txt | 4 ++-- automatic/paint.net/paint.net.nuspec | 2 +- automatic/paint.net/tools/ChocolateyInstall.ps1 | 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 +- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/automatic/paint.net/legal/VERIFICATION.txt b/automatic/paint.net/legal/VERIFICATION.txt index 81f587c0a31..a0c875cd03c 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.7/paint.net.5.0.7.install.x64.zip + x64: https://github.com/paintdotnet/release/releases/download/v5.0.10/paint.net.5.0.10.winmsi.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: 79BA9F22E360ABCD48C0C806213F6A2EC29A8830FD20E2A185F9218E239FD874 + checksum64: 429BD892083DE7084906986A703C4D4DABC56A04CF6BBCB12EFEC0C2EC8125A5 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 450cca4eff0..adeb259fb4b 100644 --- a/automatic/paint.net/paint.net.nuspec +++ b/automatic/paint.net/paint.net.nuspec @@ -3,7 +3,7 @@ paint.net - 5.0.7 + 5.0.10 Paint.NET Rick Brewster, dotPDN http://www.getpaint.net/ diff --git a/automatic/paint.net/tools/ChocolateyInstall.ps1 b/automatic/paint.net/tools/ChocolateyInstall.ps1 index e15760d7eb3..ed3db326ef7 100644 --- a/automatic/paint.net/tools/ChocolateyInstall.ps1 +++ b/automatic/paint.net/tools/ChocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $env:ChocolateyPackageName fileType = "msi" - file64 = "$toolsPath\paintdotnet.msi" + file64 = "$toolsPath\paint.net.5.0.10.winmsi.x64.msi" silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 1641, 3010) softwareName = 'Paint.NET*' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 8808700ea26..c93ee594611 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: 001D0F8C3BE0215A7FF47F4A3C04537D63C747C253BDBAABC8D060F6BB463FEC - checksum64: 4CD838E3BD673FD5D7CDD9366BFAF724F7D641BBFB6F2D7418F1F350622FB46B + checksum32: 2C0D54CA04DB5158DFE6D896351E82E637A2508CEC7E8BED09B10D90F6E04BFE + checksum64: B5D0591A136CD19BF00D13485ACB11292B3A4D387924008C8ADD3AE66992378D diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 8dc778d0993..c3b944dc682 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.1966_x86.zip" - file64 = "$toolsDir\gvim_9.0.1966_x64.zip" + file = "$toolsDir\gvim_9.0.1968_x86.zip" + file64 = "$toolsDir\gvim_9.0.1968_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 848bb88ed02..f461c112828 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1966 + 9.0.1968 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 b64b5b23f3c..50b9db13ff1 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: EA3DD7C87A2C0AFE7A3E25CCFB2B4331D67C35CD986B0691586EEA7ECFF3005E + checksum: 5F94DF72667F2D028D8CD47F1686DFBE67452925C07CE317435638B081588788 File 'LICENSE.md' is obtained from diff --git a/automatic/waterfox/tools/chocolateyInstall.ps1 b/automatic/waterfox/tools/chocolateyInstall.ps1 index b892ff1c846..042999efd8d 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 G6.0.2_x64.exe" + file = "$toolsDir\Waterfox Setup G6.0.3_x64.exe" silentArgs = "/S" validExitCodes= @(0) } diff --git a/automatic/waterfox/waterfox.json b/automatic/waterfox/waterfox.json index 7a6ff236c9a..12af0240525 100644 --- a/automatic/waterfox/waterfox.json +++ b/automatic/waterfox/waterfox.json @@ -1,4 +1,4 @@ { - "current": "23106.0.2", + "current": "23106.0.3", "classic": "2022.11" } diff --git a/automatic/waterfox/waterfox.nuspec b/automatic/waterfox/waterfox.nuspec index 2b691fd22f1..32b1f5ffbd9 100644 --- a/automatic/waterfox/waterfox.nuspec +++ b/automatic/waterfox/waterfox.nuspec @@ -3,7 +3,7 @@ Waterfox - 23106.0.2 + 23106.0.3 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox chocolatey-community,tonigellida,admiringworm Waterfox