We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d317722 commit be7f79eCopy full SHA for be7f79e
2 files changed
bootstrap.sh
@@ -14,7 +14,7 @@ function install() {
14
ICU_VERSION="57.1"
15
16
function install_mason_deps() {
17
- install mapnik 3.0.13
+ install mapnik 1be4696
18
install jpeg_turbo 1.5.1 libjpeg
19
install libpng 1.6.28 libpng
20
install libtiff 4.0.7 libtiff
scripts/setup_mason.sh
@@ -4,7 +4,7 @@ set -eu
4
set -o pipefail
5
6
# we pin the mason version to avoid changes in mason breaking builds
7
-MASON_VERSION="181a39c"
+MASON_VERSION="68a9498"
8
9
function setup_mason() {
10
if [[ ! -d ./.mason ]]; then
0 commit comments