diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-04 23:35:09 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-04 23:35:09 +0300 |
commit | feaa03dca90aa6999a5f85f132547a089b302c97 (patch) | |
tree | 656513f79c407a3bce2efe2bee42cc163b7bdf92 /extra/libgit2 | |
parent | 70851ea11a59822167db5b7d57aeea1a2cd38513 (diff) | |
download | repository-feaa03dca90aa6999a5f85f132547a089b302c97.tar.gz |
libgit2: bump to 1.0.1
Diffstat (limited to 'extra/libgit2')
-rwxr-xr-x | extra/libgit2/build | 9 | ||||
-rw-r--r-- | extra/libgit2/checksums | 2 | ||||
-rw-r--r-- | extra/libgit2/sources | 2 | ||||
-rw-r--r-- | extra/libgit2/version | 2 |
4 files changed, 10 insertions, 5 deletions
diff --git a/extra/libgit2/build b/extra/libgit2/build index d172c0aa..acd4c60d 100755 --- a/extra/libgit2/build +++ b/extra/libgit2/build @@ -1,7 +1,12 @@ #!/bin/sh -e +export DESTDIR="$1" mkdir build && cd build -cmake -DCMAKE_INSTALL_PREFIX=/usr .. +cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + .. + cmake --build . -DESTDIR="$1" cmake --install . +cmake --install . diff --git a/extra/libgit2/checksums b/extra/libgit2/checksums index c923c45f..f959eafd 100644 --- a/extra/libgit2/checksums +++ b/extra/libgit2/checksums @@ -1 +1 @@ -6a1fa16a7f6335ce8b2630fbdbb5e57c4027929ebc56fcd1ac55edb141b409b4 v1.0.0.tar.gz +1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2 v1.0.1.tar.gz diff --git a/extra/libgit2/sources b/extra/libgit2/sources index de27fe88..6ab7b96a 100644 --- a/extra/libgit2/sources +++ b/extra/libgit2/sources @@ -1 +1 @@ -https://github.com/libgit2/libgit2/archive/v1.0.0.tar.gz +https://github.com/libgit2/libgit2/archive/v1.0.1.tar.gz diff --git a/extra/libgit2/version b/extra/libgit2/version index 44489962..92d9c14f 100644 --- a/extra/libgit2/version +++ b/extra/libgit2/version @@ -1 +1 @@ -1.0.0 1 +1.0.1 1 |