File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ICU_VERSION="57.1"
1212
1313if [ ! -f ./mason/mason.sh ]; then
1414 mkdir -p ./mason
15- curl -sSfL https://github.com/mapbox/mason/archive/c1948184d9430226e36f1bc1f8f081268b6bc2ba .tar.gz | tar --gunzip --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=./mason
15+ curl -sSfL https://github.com/mapbox/mason/archive/e319a75b05838ca99bce1745f9d6c2fde1139b16 .tar.gz | tar --gunzip --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=./mason
1616fi
1717
1818if [ ! -f ./mason_packages/.link/bin/mapnik-config ]; then
@@ -38,5 +38,5 @@ if [ ! -f ./mason_packages/.link/bin/mapnik-config ]; then
3838 # NOTE: sync this version with the `mapnik_version` in package.json (which is used for windows builds)
3939 # In the future we could pull from that version automatically if mason were to support knowing the right dep
4040 # versions to install automatically. Until then there is not much point since the deps are still hardcoded here.
41- install mapnik 3.0.15
41+ install mapnik 249d6cc
4242fi
Original file line number Diff line number Diff line change 44 "url" : " http://github.com/mapnik/node-mapnik" ,
55 "homepage" : " http://mapnik.org" ,
66 "author" : " Dane Springmeyer <dane@mapbox.com> (mapnik.org)" ,
7- "version" : " 3.6.2" ,
8- "mapnik_version" :" v3.0.15 " ,
7+ "version" : " 3.6.2-dev-249d6cc " ,
8+ "mapnik_version" :" 249d6cc " ,
99 "main" : " ./lib/mapnik.js" ,
1010 "binary" : {
1111 "module_name" : " mapnik" ,
You can’t perform that action at this time.
0 commit comments