Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit d4b60fd

Browse files
committed
Upgrade mapnik sdk to 691-ga22b3e5
1 parent 73c06d9 commit d4b60fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url" : "http://github.com/mapnik/node-mapnik",
55
"homepage" : "http://mapnik.org",
66
"author" : "Dane Springmeyer <dane@dbsgeo.com> (mapnik.org)",
7-
"version" : "1.4.15-cdb5",
7+
"version" : "1.4.15-cdb6",
88
"main" : "./lib/mapnik.js",
99
"binary": {
1010
"module_name" : "mapnik",

scripts/build_against_sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if [[ "${CXX11:-false}" != false ]]; then
9898
HASH="1702-g65bd9e6"
9999
else
100100
# mapnik 2.3.x / c++11 not enabled
101-
HASH="688-g9d40bb2"
101+
HASH="691-ga22b3e5"
102102
fi
103103

104104
if [[ ${platform} == 'linux' ]]; then

0 commit comments

Comments
 (0)