Version bump sqlite

This commit is contained in:
Casey Faist
2019-12-02 15:16:31 -05:00
parent 93a620e6ed
commit ba55465a2b
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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
--------------------------------------------------------------------------------
+2 -2
View File
@@ -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