diff --git a/automatic/keepassxc/keepassxc.nuspec b/automatic/keepassxc/keepassxc.nuspec index b6973677fd0..8659b75c1c9 100644 --- a/automatic/keepassxc/keepassxc.nuspec +++ b/automatic/keepassxc/keepassxc.nuspec @@ -6,7 +6,7 @@ keepassxc KeePassXC - 2.7.5 + 2.7.7 https://github.com/keepassxreboot/keepassxc/graphs/contributors chocolatey-community,wget, hans0 KeePassXC is a community fork of KeePassX which aims to incorporate stalled pull requests, features, and bug fixes that have never made it into the main KeePassX repository. diff --git a/automatic/keepassxc/legal/VERIFICATION.txt b/automatic/keepassxc/legal/VERIFICATION.txt index 8a3b4ca1f2d..f188b2a1527 100644 --- a/automatic/keepassxc/legal/VERIFICATION.txt +++ b/automatic/keepassxc/legal/VERIFICATION.txt @@ -2,16 +2,16 @@ VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. -The installer has been downloaded from the Github release page +The installer has been downloaded from the Github release page and can be verified like this: 1. Download the following installers: - 64-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum64: 93E36894C81181FB2200DE57E0592836E5DCB6124F776DB44AC185ADD6F90BD6 + checksum64: 9C3DAB957DB0F769C4E67BFDF4F0134A65ECFA65C5569718A36AA88E649158CD File 'LICENSE.txt' is obtained from diff --git a/automatic/keepassxc/tools/chocolateyInstall.ps1 b/automatic/keepassxc/tools/chocolateyInstall.ps1 index e6743e3e25b..e293ab0d896 100644 --- a/automatic/keepassxc/tools/chocolateyInstall.ps1 +++ b/automatic/keepassxc/tools/chocolateyInstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'KeePassXC' fileType = 'msi' - file64 = "$toolsDir\KeePassXC-2.7.5-Win64.msi" + file64 = "$toolsDir\KeePassXC-2.7.7-Win64.msi" # MSI silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641) diff --git a/automatic/keepassxc/update.ps1 b/automatic/keepassxc/update.ps1 index 404410c8a15..24c0332de6b 100644 --- a/automatic/keepassxc/update.ps1 +++ b/automatic/keepassxc/update.ps1 @@ -50,7 +50,7 @@ function global:au_GetLatest { -Headers $headers ` -UseBasicParsing $version = $jsonAnswer.tag_name -Replace '[^0-9.]' - $jsonAnswer.assets | Where { $_.name -Match "Win64.msi$" } | ForEach-Object { + $jsonAnswer.assets | Where-Object { $_.name -Match "Win64.msi$" } | ForEach-Object { $url64 = $_.browser_download_url } diff --git a/automatic/mkvtoolnix/legal/VERIFICATION.txt b/automatic/mkvtoolnix/legal/VERIFICATION.txt index f9cbf8b6eae..0e3287a84ee 100644 --- a/automatic/mkvtoolnix/legal/VERIFICATION.txt +++ b/automatic/mkvtoolnix/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://mkvtoolnix.download/windows/releases/82.0/mkvtoolnix-32-bit-82.0-setup.exe - x64: https://mkvtoolnix.download/windows/releases/82.0/mkvtoolnix-64-bit-82.0-setup.exe + x32: https://mkvtoolnix.download/windows/releases/83.0/mkvtoolnix-32-bit-83.0-setup.exe + x64: https://mkvtoolnix.download/windows/releases/83.0/mkvtoolnix-64-bit-83.0-setup.exe to download the installer. @@ -16,5 +16,5 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: F8128013A0E033EAC4C95D1EDF545B34FA85816C4AE24F7E3C329E502D4C3108 - checksum64: 959A56DEA9135933113483B1A269841CC7958CFF2DE25FD97D08F15A36A80CB8 + checksum32: 2AD2AB0E1A04432BA28646E7901A963C1C7E5A7408DF887CEE52BC1B6C9FBA38 + checksum64: 1F45DCB3D18CAC9981A3675D0664749CA0858D465B2239F0D78004A527CEF66A diff --git a/automatic/mkvtoolnix/mkvtoolnix.nuspec b/automatic/mkvtoolnix/mkvtoolnix.nuspec index 7d8a27f30af..c917da57fc2 100644 --- a/automatic/mkvtoolnix/mkvtoolnix.nuspec +++ b/automatic/mkvtoolnix/mkvtoolnix.nuspec @@ -3,7 +3,7 @@ mkvtoolnix - 82.0 + 83.0 MKVToolNix chocolatey-community Moritz Bunkus diff --git a/automatic/mkvtoolnix/tools/chocolateyInstall.ps1 b/automatic/mkvtoolnix/tools/chocolateyInstall.ps1 index 061e1674969..43b6bfb42f6 100644 --- a/automatic/mkvtoolnix/tools/chocolateyInstall.ps1 +++ b/automatic/mkvtoolnix/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'mkvtoolnix' fileType = 'exe' - file = "$toolsPath\mkvtoolnix-32-bit-82.0-setup.exe" - file64 = "$toolsPath\mkvtoolnix-64-bit-82.0-setup.exe" + file = "$toolsPath\mkvtoolnix-32-bit-83.0-setup.exe" + file64 = "$toolsPath\mkvtoolnix-64-bit-83.0-setup.exe" silentArgs = '/S' validExitCodes = @(0) softwareName = 'mkvtoolnix*' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index ec56940d028..d9160c8225f 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: F0CF9E6A3B2E0BD8731A93A165CDF2C2C9BB9EE422BA7A5B14AB4EB286FFCC26 - checksum64: 2871DFF45F8EE5C9840323919DF04C221C473EFF88F98FF12A2B6E776FDC91E5 + checksum32: 77D900335223D42836A45AB9A8CD09226194AE8FEF509935A33C15B3B7960B3C + checksum64: BA7D5AFFC0A7F3886819F51A5B6AAFE9E5EAF7EBCC6AAD9E3B6436BD75768C93 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 057d36e3118..64aa928bf09 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.1.0161_x86.zip" - file64 = "$toolsDir\gvim_9.1.0161_x64.zip" + file = "$toolsDir\gvim_9.1.0165_x86.zip" + file64 = "$toolsDir\gvim_9.1.0165_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index ada250a99ff..4b0a6ed51f5 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0161 + 9.1.0165 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.