From be3a2ebd9004eb1dcc467701f776ac0cccae1d55 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 1 Jan 2023 00:14:31 +0000 Subject: [PATCH] AU: 3 updated - chromium vim Waterfox [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/3f8a26f2e7a7b33d858e17a936ee5a0fb0bea5c6 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- automatic/waterfox/Readme.md | 6 +----- automatic/waterfox/legal/VERIFICATION.txt | 4 ++-- automatic/waterfox/tools/chocolateyInstall.ps1 | 4 ++-- automatic/waterfox/waterfox.json | 2 +- automatic/waterfox/waterfox.nuspec | 16 ++++++---------- 12 files changed, 26 insertions(+), 34 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 092d125854a..992651fe653 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "111.0.5511.0-snapshots", + "snapshots": "111.0.5512.0-snapshots", "stable": "108.0.5359.125" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 46ad0dbe873..258ee4ffd0e 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 111.0.5511.0-snapshots + 111.0.5512.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 90cd4f87ae0..8ee243e627d 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: 10A096821B24ACF8AFC33315FB828C3C15BF771EF0EB947483E48CE126555FB6 - checksum64: A59F0DE9B49E79B0CBA30D810ADC976655DA6C9DF2095A7998C94112E1128C6C + checksum32: 440754F587E176784BE47C6ED34BC936A0A11C8804E91CA9E4C7E129F50C1E6E + checksum64: FBC4CAE96827CE1D39221C9F7000537B4D5E6AA59702B4D9D53B79D913C10D31 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index ea5861a5af1..fcf9b6cb997 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 = "111.0.5511.0-snapshots" +$version = "111.0.5512.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 83f9675bf9a..27569655bc0 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: 71FE544399736198F23CB3DEC441280CAEE48B8EEED35EA0847A69ABBF3AA668 - checksum64: E49704A191A1D6FD69277F9334D0B483847C6262C2ED6A1AA826BECA4D324F32 + checksum32: 7FA178492E66079A9F3D22934E50F7DB1EA7EDEE02AB8ABFD7720C3D32C1CBC3 + checksum64: 5CF4EFB395E14E040F01E6144F9535C3C7EC5573906E747480E9303B0E7D631A diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 9c22835bdcd..4de6214cb00 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.1117_x86.zip" - file64 = "$toolsDir\gvim_9.0.1117_x64.zip" + file = "$toolsDir\gvim_9.0.1122_x86.zip" + file64 = "$toolsDir\gvim_9.0.1122_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index aaaae3deec1..d213f0890ae 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1117 + 9.0.1122 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/Readme.md b/automatic/waterfox/Readme.md index e3caa8304cf..5374b55001f 100644 --- a/automatic/waterfox/Readme.md +++ b/automatic/waterfox/Readme.md @@ -1,6 +1,6 @@ # [waterfox](https://chocolatey.org/packages/waterfox) -Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox) +Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions. **How and why Waterfox is here...** Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student. @@ -26,7 +26,3 @@ telemetry is sent back to Mozilla or the Waterfox project. - Run every Add-On (even unsigned ones!) - Windows XP 64-Bit Support - More under the hood changes... - -## Notes - -- Waterfox Classic has many unpatched [security advisories](https://github.com/WaterfoxCo/Waterfox-Classic/wiki/Unpatched-Security-Advisories). Use at your own discretion. diff --git a/automatic/waterfox/legal/VERIFICATION.txt b/automatic/waterfox/legal/VERIFICATION.txt index 78938c88696..e612883541b 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: 67005D3E3883291E9685C454FB6A926E2CB5A23ED48F7E57B65746EDF7F7F30E + checksum: 1F34821E3259B45414261635E258020CF5B03988120A1C9F73FFEE6C92BC4638 File 'LICENSE.md' is obtained from diff --git a/automatic/waterfox/tools/chocolateyInstall.ps1 b/automatic/waterfox/tools/chocolateyInstall.ps1 index 322cc315920..ed0dd1141a8 100644 --- a/automatic/waterfox/tools/chocolateyInstall.ps1 +++ b/automatic/waterfox/tools/chocolateyInstall.ps1 @@ -7,10 +7,10 @@ if ((Get-OSArchitectureWidth -Compare 32) -or $env:chocolateyForceX86 -eq $true) } $packageArgs = @{ - packageName = 'waterfox-classic' + packageName = 'Waterfox' fileType = 'exe' softwareName = 'Waterfox*' - file = "$toolsDir\WaterfoxClassic2022.11_x64.exe" + file = "$toolsDir\Waterfox Setup G5.1.1_x64.exe" silentArgs = "/S" validExitCodes= @(0) } diff --git a/automatic/waterfox/waterfox.json b/automatic/waterfox/waterfox.json index d3447dd3c3c..c2d69683b76 100644 --- a/automatic/waterfox/waterfox.json +++ b/automatic/waterfox/waterfox.json @@ -1,4 +1,4 @@ { - "current": "22125.1.1", + "current": "23015.1.1", "classic": "2022.11" } diff --git a/automatic/waterfox/waterfox.nuspec b/automatic/waterfox/waterfox.nuspec index b32c62ef048..752f102a57d 100644 --- a/automatic/waterfox/waterfox.nuspec +++ b/automatic/waterfox/waterfox.nuspec @@ -2,21 +2,21 @@ - waterfox-classic - 2022.11 + Waterfox + 23015.1.1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox chocolatey-community,tonigellida,admiringworm - Waterfox classic + Waterfox Alex Kontos - https://classic.waterfox.net/ + https://www.waterfox.net/ https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png © 2019 Waterfox Ltd. https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE false - https://github.com/WaterfoxCo/Waterfox-Classic + https://github.com/WaterfoxCo/Waterfox waterfox web-browser firefox 64-bit admin cross-platform foss Waterfox is basically a 64-bit version of Firefox. - https://www.waterfoxproject.org/blog/