Add fmt to dependency update script
This commit is contained in:
parent
415760d75f
commit
69ba1ee7bb
@ -30,6 +30,9 @@ PROTOZERO_TAG=v1.6.2
|
|||||||
VTZERO_PATH="mapbox/vtzero"
|
VTZERO_PATH="mapbox/vtzero"
|
||||||
VTZERO_TAG=v1.0.1
|
VTZERO_TAG=v1.0.1
|
||||||
|
|
||||||
|
FMT_PATH="fmtlib/fmt"
|
||||||
|
FMT_TAG=v9.1.0
|
||||||
|
|
||||||
function update_subtree () {
|
function update_subtree () {
|
||||||
name=${1^^}
|
name=${1^^}
|
||||||
path=$(tmpvar=${name}_PATH && echo ${!tmpvar})
|
path=$(tmpvar=${name}_PATH && echo ${!tmpvar})
|
||||||
@ -53,6 +56,6 @@ function update_subtree () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
## Update dependencies
|
## Update dependencies
|
||||||
for dep in osmium variant sol rapidjson microtar protozero vtzero ; do
|
for dep in osmium variant sol rapidjson microtar protozero vtzero fmt; do
|
||||||
update_subtree $dep
|
update_subtree $dep
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user