diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2014-09-24 16:10:36 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2014-09-24 16:10:36 -0400 |
commit | 47c6bb5bd49b1535208a7d20e2646c21ab9687ff (patch) | |
tree | 1548fa64b057d58bc479f8a4b4f733d3d18f810e | |
parent | 8a19896c3a0e450ba498281b8879eb86060fa0cb (diff) | |
download | qtlocation-mapboxgl-47c6bb5bd49b1535208a7d20e2646c21ab9687ff.tar.gz |
update MP_HASH
-rwxr-xr-x | setup-libraries.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-libraries.sh b/setup-libraries.sh index 7947efe494..a4fc59b933 100755 --- a/setup-libraries.sh +++ b/setup-libraries.sh @@ -51,7 +51,7 @@ set -u NODE=$(which node) NPM=$(which npm) -MP_HASH="c0fc970e52950a6f16e3172f1114e5a4ae1e0aa9" +MP_HASH="573abb5e0bfb87798172f6f9b90094e9efc58ad9" DIR_HASH=$(echo `pwd` | git hash-object --stdin) if [ ! -d 'mapnik-packaging/' ]; then git clone https://github.com/mapnik/mapnik-packaging.git |