From ba55465a2b3daa7c83d46e25cb2422215a4c4788 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Mon, 2 Dec 2019 15:16:31 -0500 Subject: [PATCH] Version bump sqlite --- CHANGELOG.md | 1 + bin/steps/sqlite3 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2132849..0926b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Update Python3 and Python2 base formula - Update Python formulas 3.6.x, 3.7.x, 3.5.x, and 2.7.17-2.7.9 - Test staged binaries on Travis +- Bug fix: Sqlite3 version bump -------------------------------------------------------------------------------- diff --git a/bin/steps/sqlite3 b/bin/steps/sqlite3 index 3faae6e..da63d9c 100755 --- a/bin/steps/sqlite3 +++ b/bin/steps/sqlite3 @@ -7,9 +7,9 @@ sqlite3_version() { if [ "$STACK" = "cedar-14" ]; then SQLITE3_VERSION="3.8.2-1ubuntu2.2" elif [ "$STACK" = "heroku-16" ]; then - SQLITE3_VERSION="3.11.0-1ubuntu1.2" + SQLITE3_VERSION="3.11.0-1ubuntu1.3" else - SQLITE3_VERSION=${SQLITE3_VERSION:-$(dpkg -s libsqlite3-0 | grep Version | sed 's/Version: //')} + SQLITE3_VERSION="3.22.0-1ubuntu0.2" fi export SQLITE3_VERSION