Updates sol2 to v2.15.8 in dependency script

This commit is contained in:
Daniel J. Hofmann 2017-02-19 17:14:00 +01:00 committed by Patrick Niklaus
parent 73b1a46d15
commit 1bc8dbf139

View File

@ -16,7 +16,7 @@ VARIANT_REPO="https://github.com/mapbox/variant.git"
VARIANT_TAG=v1.1.0 VARIANT_TAG=v1.1.0
SOL_REPO="https://github.com/ThePhD/sol2.git" SOL_REPO="https://github.com/ThePhD/sol2.git"
SOL_TAG=v2.15.5 SOL_TAG=v2.15.8
VARIANT_LATEST=$(curl "https://api.github.com/repos/mapbox/variant/releases/latest" | jq ".tag_name") VARIANT_LATEST=$(curl "https://api.github.com/repos/mapbox/variant/releases/latest" | jq ".tag_name")
OSMIUM_LATEST=$(curl "https://api.github.com/repos/osmcode/libosmium/releases/latest" | jq ".tag_name") OSMIUM_LATEST=$(curl "https://api.github.com/repos/osmcode/libosmium/releases/latest" | jq ".tag_name")