From fb36548e09335c8b8ef68ac73159244779d5ba8d Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 3 Oct 2021 00:13:11 +0000 Subject: [PATCH] AU: 3 updated - mixxx vim Wget [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/8673343e3f02fba4d520dffa6290af0b054fe008 --- automatic/mixxx/legal/VERIFICATION.txt | 4 ++-- automatic/mixxx/mixxx.json | 2 +- automatic/mixxx/mixxx.nuspec | 2 +- automatic/mixxx/tools/chocolateyInstall.ps1 | 2 +- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- automatic/wget/legal/VERIFICATION.txt | 10 +++++----- automatic/wget/wget.nuspec | 2 +- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index f8c363017de..349fa224f7d 100644 --- a/automatic/mixxx/legal/VERIFICATION.txt +++ b/automatic/mixxx/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: No longer being provided - x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-860-g8b1ed1b164-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-861-g8dfe58bb25-win64.msi to download the installer. @@ -16,7 +16,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: CA5417DC0F7E9D81BDBF480ADC964C37CCC68314A9F384AD72683C3ED3823C62 + checksum64: 2E581FDE3CCF8FAA2FAEAA92D307323493C7F75787F9F9776F0DF9000C3F20FC File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/automatic/mixxx/mixxx.json b/automatic/mixxx/mixxx.json index 3366fd4bea1..a2bd8a30d2d 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { "stable": "2.3.1", - "alpha": "2.4-alpha-860" + "alpha": "2.4-alpha-861" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 079a2edffd9..8b91b460e6b 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.4-alpha-860 + 2.4-alpha-861 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index c290bc92560..862fe2798f3 100644 --- a/automatic/mixxx/tools/chocolateyInstall.ps1 +++ b/automatic/mixxx/tools/chocolateyInstall.ps1 @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) { $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file64 = "$toolsPath\mixxx-2.4-alpha-860-g8b1ed1b164-win64.msi" + file64 = "$toolsPath\mixxx-2.4-alpha-861-g8dfe58bb25-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index f445aa9a2c0..361e1e547c3 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: F04DCCEF37AB46A9F571A6B56242A6B3D0F63B10338BB3A652BBE1E13F87D21C - checksum64: EBC087D226805870B8447AACE253DBC2ACA489415CF49CD10BDF7424B7D91C30 + checksum32: AA4B46EA372E4C0BC46DEC2FBB9A98D8EFFF3539D93B16153AC422D0D114CD2B + checksum64: 5A2913C68387D91C15A0FEFB2CC1EDDE6D2F5706E38C941695EAECDE1ECB1A35 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 4e5cf03d07f..b6386ef890a 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_8.2.3459_x86.zip" - file64 = "$toolsDir\gvim_8.2.3459_x64.zip" + file = "$toolsDir\gvim_8.2.3463_x86.zip" + file64 = "$toolsDir\gvim_8.2.3463_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index dd9ecf28bb5..f6e785b8beb 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3459 + 8.2.3463 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav 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/wget/legal/VERIFICATION.txt b/automatic/wget/legal/VERIFICATION.txt index cc149a72528..903c0f973b1 100644 --- a/automatic/wget/legal/VERIFICATION.txt +++ b/automatic/wget/legal/VERIFICATION.txt @@ -4,15 +4,15 @@ in verifying that this package's contents are trustworthy. 1. Download the appropriate zip: - x32: https://eternallybored.org/misc/wget/releases/wget-1.21.1-win32.zip - x64: https://eternallybored.org/misc/wget/releases/wget-1.21.1-win64.zip + x32: https://eternallybored.org/misc/wget/releases/wget-1.21.2-win32.zip + x64: https://eternallybored.org/misc/wget/releases/wget-1.21.2-win64.zip 2. You can use one of the following methods to obtain the checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 11782DC3E3FE6C56C2193453063F9F637F4462072C703CE17FCFBAC86B1A7A49 - checksum64: A56163475D344F9D78C28BECF33015DF468DDC6785C4B3D33C80095006CB5438 + checksum32: 199D5F643D08D84BC42DF4A8E56EB1CEBC471136A2CFD642AFA6E483BF880DC9 + checksum64: B0DF89F80AFF540F9EFEE4FC6EBE9F484F442866CC03896BCD5B21E9813D380A Using AU: - Get-RemoteChecksum https://eternallybored.org/misc/wget/releases/wget-1.21.1-win64.zip + Get-RemoteChecksum https://eternallybored.org/misc/wget/releases/wget-1.21.2-win64.zip diff --git a/automatic/wget/wget.nuspec b/automatic/wget/wget.nuspec index 661231e70e1..3967f662919 100644 --- a/automatic/wget/wget.nuspec +++ b/automatic/wget/wget.nuspec @@ -3,7 +3,7 @@ Wget - 1.21.1.20210323 + 1.21.2 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wget chocolatey-community, LudicrousByte GNU Wget