diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-28 21:46:34 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 14:56:39 -0800 |
commit | 252fc94c6764f89f4545c53dcd784e5ef2dfa0c7 (patch) | |
tree | ed641f23f99f944d9ba1336c629f223e06f77da4 /packaging/ios | |
parent | 6d5144451d8d367d8fbe610247aff6bc8645f937 (diff) | |
download | subsurface-252fc94c6764f89f4545c53dcd784e5ef2dfa0c7.tar.gz |
iOS build: use libgit2 0.26.0
Just like on all the other platforms.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios')
-rw-r--r-- | packaging/ios/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh index 1e95a4d19..81c666923 100644 --- a/packaging/ios/build.sh +++ b/packaging/ios/build.sh @@ -15,7 +15,7 @@ SQLITE_VERSION=3090200 LIBXML2_VERSION=2.9.2 LIBXSLT_VERSION=1.1.28 LIBZIP_VERSION=0.11.2 -LIBGIT2_VERSION=0.23.4 +LIBGIT2_VERSION=0.26.0 # not on iOS so far, but kept here for completeness LIBUSB_VERSION=1.0.19 |