diff options
Diffstat (limited to 'extra/libgit2')
-rwxr-xr-x | extra/libgit2/build | 3 | ||||
-rw-r--r-- | extra/libgit2/checksums | 3 | ||||
-rw-r--r-- | extra/libgit2/depends | 1 | ||||
-rw-r--r-- | extra/libgit2/meta | 3 | ||||
-rw-r--r-- | extra/libgit2/sources | 2 | ||||
-rw-r--r-- | extra/libgit2/version | 2 |
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..47e732d1 100644 --- a/extra/libgit2/checksums +++ b/extra/libgit2/checksums @@ -1 +1,2 @@ -41a6d5d740fd608674c7db8685685f45535323e73e784062cf000a633d420d1e v1.1.0.tar.gz +%BLAKE3 +c5f3a4d132e9faa12ddcd1c1dc073a8b3280a77b27ec681c88e781e815afe2e8 v1.8.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..0b214420 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.8.1.tar.gz diff --git a/extra/libgit2/version b/extra/libgit2/version index 7281bb52..8aa37bcd 100644 --- a/extra/libgit2/version +++ b/extra/libgit2/version @@ -1 +1 @@ -1.1.0 1 +1.8.1 1 |