aboutsummaryrefslogtreecommitdiff
path: root/extra/libgit2
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgit2')
-rwxr-xr-xextra/libgit2/build3
-rw-r--r--extra/libgit2/checksums3
-rw-r--r--extra/libgit2/depends1
-rw-r--r--extra/libgit2/meta3
-rw-r--r--extra/libgit2/sources2
-rw-r--r--extra/libgit2/version2
6 files changed, 10 insertions, 4 deletions
diff --git a/extra/libgit2/build b/extra/libgit2/build
index 08881c65..a10ac133 100755
--- a/extra/libgit2/build
+++ b/extra/libgit2/build
@@ -5,7 +5,8 @@ export DESTDIR="$1"
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DBUILD_SHARED_LIBS=OFF \
+ -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 17beb51e..209bb7c3 100644
--- a/extra/libgit2/checksums
+++ b/extra/libgit2/checksums
@@ -1 +1,2 @@
-41a6d5d740fd608674c7db8685685f45535323e73e784062cf000a633d420d1e v1.1.0.tar.gz
+%BLAKE3
+8708420a9b8af1b8026a8544aa3187ef3a70906b94c96714c3c1d77f266f156e v1.7.1.tar.gz
diff --git a/extra/libgit2/depends b/extra/libgit2/depends
index 7d91ec22..f7353249 100644
--- a/extra/libgit2/depends
+++ b/extra/libgit2/depends
@@ -1 +1,2 @@
cmake make
+libressl
diff --git a/extra/libgit2/meta b/extra/libgit2/meta
new file mode 100644
index 00000000..d1a1959f
--- /dev/null
+++ b/extra/libgit2/meta
@@ -0,0 +1,3 @@
+description: Portable Git library
+license: GPL-2.0-or-later WITH GCC-exception-2.0
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/libgit2/sources b/extra/libgit2/sources
index 2e644d17..00acea77 100644
--- a/extra/libgit2/sources
+++ b/extra/libgit2/sources
@@ -1 +1 @@
-https://github.com/libgit2/libgit2/archive/v1.1.0.tar.gz
+https://github.com/libgit2/libgit2/archive/v1.7.1.tar.gz
diff --git a/extra/libgit2/version b/extra/libgit2/version
index 7281bb52..2817085c 100644
--- a/extra/libgit2/version
+++ b/extra/libgit2/version
@@ -1 +1 @@
-1.1.0 1
+1.7.1 1