From b1982cc68a67f1a86affa8185bae10a79c43d8e3 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Thu, 21 Jan 2021 10:59:54 +0000 Subject: [PATCH] Upgrade to latest mason + `proj-v7.2.1` + `sqlite-v3.34.0` --- bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index c48e21e75..b13c02660 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -8,7 +8,7 @@ todo - shrink icu data ' -MASON_VERSION="fde1d9f5" +MASON_VERSION="485514d8" function setup_mason() { if [[ ! -d ./.mason ]]; then @@ -53,10 +53,10 @@ function install_mason_deps() { install libpng 1.6.28 libpng install libtiff 4.0.7 libtiff install libpq 9.6.2 - install sqlite 3.21.0 libsqlite3 + install sqlite 3.34.0 libsqlite3 install expat 2.2.0 libexpat install icu ${ICU_VERSION} - install proj 6.1.0 libproj + install proj 7.2.1 libproj install pixman 0.34.0 libpixman-1 install cairo 1.14.8 libcairo install webp 0.6.0 libwebp