diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-06 10:35:00 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-06 10:35:00 +0300 |
commit | 984c696def232c51da7f694303c58160b4ce956a (patch) | |
tree | 0e8651adb13683f3415b7d9c18125475f8ba301e /extra/libgit2 | |
parent | 7b0dfe59d3366487bbc12f4d831010786c825732 (diff) | |
download | repository-984c696def232c51da7f694303c58160b4ce956a.tar.gz |
libgit2: bump to 1.2.0
Diffstat (limited to 'extra/libgit2')
-rwxr-xr-x | extra/libgit2/build | 1 | ||||
-rw-r--r-- | extra/libgit2/checksums | 3 | ||||
-rw-r--r-- | extra/libgit2/sources | 2 | ||||
-rw-r--r-- | extra/libgit2/version | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/extra/libgit2/build b/extra/libgit2/build index ea60ee98..a10ac133 100755 --- a/extra/libgit2/build +++ b/extra/libgit2/build @@ -6,6 +6,7 @@ cmake -B build \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ -DBUILD_SHARED_LIBS=ON \ + -DUSE_NTLMCLIENT=OFF \ -DCMAKE_BUILD_TYPE=Release cmake --build build diff --git a/extra/libgit2/checksums b/extra/libgit2/checksums index 3f4deea1..6bb33d9a 100644 --- a/extra/libgit2/checksums +++ b/extra/libgit2/checksums @@ -1 +1,2 @@ -13a525373f64c711a00a058514d890d1512080265f98e0935ab279393f21a620 v1.1.1.tar.gz +%BLAKE3 +a971761b4cce3869bf0faba3d5ac67c3144d1382744baeceb7ed4ae6f905ff02 v1.2.0.tar.gz diff --git a/extra/libgit2/sources b/extra/libgit2/sources index e3b1a918..36a670f0 100644 --- a/extra/libgit2/sources +++ b/extra/libgit2/sources @@ -1 +1 @@ -https://github.com/libgit2/libgit2/archive/v1.1.1.tar.gz +https://github.com/libgit2/libgit2/archive/v1.2.0.tar.gz diff --git a/extra/libgit2/version b/extra/libgit2/version index e343e3f8..8b9a47f0 100644 --- a/extra/libgit2/version +++ b/extra/libgit2/version @@ -1 +1 @@ -1.1.1 1 +1.2.0 1 |