Merge pull request #826 from heroku/hotfix-sqlite3-heroku-16

HOTFIX heroku-16 builds with sqlite3
This commit is contained in:
Casey
2019-06-21 10:43:28 -07:00
committed by GitHub
Regular → Executable
+2
View File
@@ -6,6 +6,8 @@ source "$BIN_DIR/utils"
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"
else
SQLITE3_VERSION=${SQLITE3_VERSION:-$(dpkg -s libsqlite3-0 | grep Version | sed 's/Version: //')}
fi