diff --git a/automatic/sqlite/legal/VERIFICATION.txt b/automatic/sqlite/legal/VERIFICATION.txt index 5fe70900b59..c0d9bb4a9f9 100644 --- a/automatic/sqlite/legal/VERIFICATION.txt +++ b/automatic/sqlite/legal/VERIFICATION.txt @@ -7,9 +7,9 @@ Package can be verified like this: 1. Go to - x32: https://sqlite.org/2024/sqlite-dll-win-x86-3470100.zip - x64: https://sqlite.org/2024/sqlite-dll-win-x64-3470100.zip - Toolsx64: https://sqlite.org/2024/sqlite-tools-win-x64-3470100.zip + x32: https://sqlite.org/2024/sqlite-dll-win-x86-3470200.zip + x64: https://sqlite.org/2024/sqlite-dll-win-x64-3470200.zip + Toolsx64: https://sqlite.org/2024/sqlite-tools-win-x64-3470200.zip to download the files. @@ -17,9 +17,9 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 717277BF28598EA22BDD8D4FFFFED8DB556627A95845299BA3B8D581318FD332 - checksum64: 076495E16F869E6F795B3AF1074F54067F535C7A17FA0A8131447907F6409272 - checksumTools64: 76D0B44CDB425B51F5D4DC9A959D4025C76C6DE94D9745716A9578D778AD27E5 + checksum32: E8CA0C03602BF88511A27957EFF4E1B5BBDE0EB8563920199D454735BF9C0F9C + checksum64: 2AB315502C66E5E3C31ED6B38B20487D98514EA0EE69FE51309F108AF822A27D + checksumTools64: 8C7FFFBF4EEC1F43E63153CCA6DEB018E4360D4D6B0D99BBDD2A541C53B7FA1C File 'license.txt' is obtained from the following URL (and converted to markdown): http://www.sqlite.org/copyright.html diff --git a/automatic/sqlite/sqlite.nuspec b/automatic/sqlite/sqlite.nuspec index 9932dc66516..abadecfb7a0 100644 --- a/automatic/sqlite/sqlite.nuspec +++ b/automatic/sqlite/sqlite.nuspec @@ -3,7 +3,7 @@ SQLite - 3.47.1 + 3.47.2 SQLite chocolatey-community D. Richard Hipp, SQLite contributors diff --git a/automatic/sqlite/tools/chocolateyInstall.ps1 b/automatic/sqlite/tools/chocolateyInstall.ps1 index af6cc6ea436..9e21a338863 100644 --- a/automatic/sqlite/tools/chocolateyInstall.ps1 +++ b/automatic/sqlite/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = 'sqlite' - FileFullPath = "$toolsDir\sqlite-dll-win-x86-3470100.zip" - FileFullPath64 = "$toolsDir\sqlite-dll-win-x64-3470100.zip" + FileFullPath = "$toolsDir\sqlite-dll-win-x86-3470200.zip" + FileFullPath64 = "$toolsDir\sqlite-dll-win-x64-3470200.zip" Destination = $toolsDir } Get-ChildItem $toolsDir\* | Where-Object { $_.PSISContainer } | Remove-Item -Recurse -Force #remove older package dirs @@ -17,7 +17,7 @@ if (!$pp.NoTools) { Write-Error -Message "The 32-bit version of sqlite tools is not available after version 3.43.2" -Category ResourceUnavailable } Write-Host "Installing tools" - $packageArgs.FileFullPath64 = "$toolsDir\sqlite-tools-win-x64-3470100.zip" + $packageArgs.FileFullPath64 = "$toolsDir\sqlite-tools-win-x64-3470200.zip" Get-ChocolateyUnzip @packageArgs } diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 14d342013f6..7c4cd99d06f 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: 1D2CB7CCA1C6151C53E6F71F73CD68FC095B4ABFD2E64DFDE6475FA6CAF7FCEF - checksum64: AC3E8C7C9EA08900A12D7195C0FB7EDD3339C6CB75475C7DBF53C671D6EFC8DA + checksum32: 80FB866210AA4DDB233968C6E1B5E6D7869A605942333BE37FE9F1D5939C174B + checksum64: 703D7892808203B94DB1613422CBA2F5AC4E5DF47056157C955EA905D50CECEA diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index dd789451c71..658e95bc8c7 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.0909_x86.zip" - file64 = "$toolsDir\gvim_9.1.0909_x64.zip" + file = "$toolsDir\gvim_9.1.0912_x86.zip" + file64 = "$toolsDir\gvim_9.1.0912_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index a40ea385750..ae96ad14cb5 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0909 + 9.1.0912 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.