Skip to content

Commit be7f79e

Browse files
committed
update mason pkgs
1 parent d317722 commit be7f79e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function install() {
1414
ICU_VERSION="57.1"
1515

1616
function install_mason_deps() {
17-
install mapnik 3.0.13
17+
install mapnik 1be4696
1818
install jpeg_turbo 1.5.1 libjpeg
1919
install libpng 1.6.28 libpng
2020
install libtiff 4.0.7 libtiff

scripts/setup_mason.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
set -o pipefail
55

66
# we pin the mason version to avoid changes in mason breaking builds
7-
MASON_VERSION="181a39c"
7+
MASON_VERSION="68a9498"
88

99
function setup_mason() {
1010
if [[ ! -d ./.mason ]]; then

0 commit comments

Comments
 (0)