diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-02 12:00:27 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-04 12:00:25 -0700 |
commit | ac9df93a1377c19471543fd632607cb7a419de2a (patch) | |
tree | 1930afc00b0da70ae2650540ad2c085769db18cf /scripts | |
parent | f92c7a20d2f99176ed546084abb86c8b97b03353 (diff) | |
download | subsurface-ac9df93a1377c19471543fd632607cb7a419de2a.tar.gz |
build-system: pull newer libxslt
The older version stopped building for iOS.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-dep-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index 1ff865e6c..0966d8de1 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -9,7 +9,7 @@ CURRENT_LIBCURL="curl-7_54_1" CURRENT_LIBUSB="v1.0.21" CURRENT_OPENSSL="OpenSSL_1_1_0h" CURRENT_LIBSSH2="libssh2-1.8.0" -CURRENT_XSLT="v1.1.29" +CURRENT_XSLT="v1.1.34" CURRENT_SQLITE="3190200" CURRENT_LIBXML2="v2.9.4" CURRENT_LIBFTDI="1.3" |