diff --git a/automatic/audacity/audacity.nuspec b/automatic/audacity/audacity.nuspec index 9b7e7160238..d4277472ecc 100644 --- a/automatic/audacity/audacity.nuspec +++ b/automatic/audacity/audacity.nuspec @@ -5,7 +5,7 @@ audacity Audacity chocolatey-community - 3.2.0 + 3.2.1 Audacity Developers Audacity is free, open source, cross-platform software for recording and editing sounds. +1. Go to And download the following: - x32: https://github.com/audacity/audacity/releases/download/Audacity-3.2.0/audacity-win-3.2.0-32bit.exe - x64: https://github.com/audacity/audacity/releases/download/Audacity-3.2.0/audacity-win-3.2.0-64bit.exe + x32: https://github.com/audacity/audacity/releases/download/Audacity-3.2.1/audacity-win-3.2.1-32bit.exe + x64: https://github.com/audacity/audacity/releases/download/Audacity-3.2.1/audacity-win-3.2.1-64bit.exe to acquire the installers. @@ -17,8 +17,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 335857102316207A67B83B9196FF544C5AC82CBB089C6E504A65416DF65FE5E4 - checksum64: E929635D3CBAF8C158EA6440157D305CD09BAF8D6F7A7CF7F9A873EBF144E727 + checksum32: ED7130B0E0F08BD54617053D08379306D1B935C4DFFE5F7168A3613C07D9F6DD + checksum64: 35A318C716F2579BB81229C04375BC21CAC878AD011D5D66D227F236E7D73CE6 File 'LICENSE.txt' obtained from: https://www.audacityteam.org/about/license/#license diff --git a/automatic/audacity/tools/chocolateyInstall.ps1 b/automatic/audacity/tools/chocolateyInstall.ps1 index f5d0bc864e3..51d86caabad 100644 --- a/automatic/audacity/tools/chocolateyInstall.ps1 +++ b/automatic/audacity/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'audacity' fileType = 'exe' - file = "$toolsDir\audacity-win-3.2.0-32bit.exe" - file64 = "$toolsDir\audacity-win-3.2.0-64bit.exe" + file = "$toolsDir\audacity-win-3.2.1-32bit.exe" + file64 = "$toolsDir\audacity-win-3.2.1-64bit.exe" silentArgs = '/VERYSILENT' validExitCodes = @(0, 1223) } diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 575313884c5..b70b346aaf6 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: 49A7D18D82CA25B0E59C66617CC9FB6E5A91BB92FCC397B048B382CBC06CA98F - checksum64: 90B1145AA76CB6EA7CAFA18A94733A0EAB44BBEDB5CA9AC1FC5A7210C4E175ED + checksum32: 9F70D1E4318ED2B675DCE0AD4A9F22D5754F0EF04B9D7908DC0B56DC3BB173FA + checksum64: 1022639574A2FDD255820090F95AD382FA72838EF181F7D016B8165D7F1F9805 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index afe6f8e7da5..c29c583ca5b 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.0662_x86.zip" - file64 = "$toolsDir\gvim_9.0.0662_x64.zip" + file = "$toolsDir\gvim_9.0.0669_x86.zip" + file64 = "$toolsDir\gvim_9.0.0669_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 9872657c552..f4d98405031 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.0662 + 9.0.0669 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.