Skip to content
Commits on Source (4)
node-mapnik (3.7.2+dfsg-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Bas Couwenberg <sebastic@debian.org> Sat, 14 Apr 2018 19:28:58 +0200
node-mapnik (3.7.1+dfsg-4) unstable; urgency=medium
* Team upload.
......
......@@ -4,8 +4,8 @@
"url": "http://github.com/mapnik/node-mapnik",
"homepage": "http://mapnik.org",
"author": "Dane Springmeyer <dane@mapbox.com> (mapnik.org)",
"version": "3.7.1",
"mapnik_version":"v3.0.18",
"version": "3.7.2",
"mapnik_version":"v3.0.20",
"main": "./lib/mapnik.js",
"binary": {
"module_name": "mapnik",
......
......@@ -36,5 +36,5 @@ if [ ! -f ./mason_packages/.link/bin/mapnik-config ]; then
# NOTE: sync this version with the `mapnik_version` in package.json (which is used for windows builds)
# In the future we could pull from that version automatically if mason were to support knowing the right dep
# versions to install automatically. Until then there is not much point since the deps are still hardcoded here.
install mapnik 3.0.18
install mapnik 3.0.20
fi
......@@ -3,7 +3,7 @@
set -eu
set -o pipefail
export MASON_RELEASE="${MASON_RELEASE:-89d9b31}"
export MASON_RELEASE="${MASON_RELEASE:-25b578c}"
export MASON_LLVM_RELEASE="${MASON_LLVM_RELEASE:-5.0.0}"
PLATFORM=$(uname | tr A-Z a-z)
......