diff --git a/automatic/sqlite/sqlite.nuspec b/automatic/sqlite/sqlite.nuspec index b45f308c3c9..47d5139fbcf 100644 --- a/automatic/sqlite/sqlite.nuspec +++ b/automatic/sqlite/sqlite.nuspec @@ -3,7 +3,7 @@ SQLite - 3.18.0 + 3.19.0 SQLite chocolatey D. Richard Hipp, SQLite contributors diff --git a/automatic/sqlite/tools/chocolateyInstall.ps1 b/automatic/sqlite/tools/chocolateyInstall.ps1 index 37c9d66612f..03030572d7d 100644 --- a/automatic/sqlite/tools/chocolateyInstall.ps1 +++ b/automatic/sqlite/tools/chocolateyInstall.ps1 @@ -1,9 +1,9 @@ $ErrorActionPreference = 'Stop' $packageName = 'sqlite' -$url32 = 'https://sqlite.org/2017/sqlite-dll-win32-x86-3180000.zip' +$url32 = 'https://sqlite.org/2017/sqlite-dll-win32-x86-3190000.zip' $url64 = $url32 -$checksum32 = 'd01c69d09282f9050f6b113c45884fe9b9abf3bdf5bd93b45927d9b6bfb233fe' +$checksum32 = '3102600d3ad67b0e3f132bc0f8e0e66d976ba3700c3cc96459b65a87fa57c373' $checksum64 = $checksum32 $instDir = "$(Get-ToolsLocation)\$packageName"