diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-26 02:28:33 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-26 02:28:33 +0300 |
commit | 66bdf239b8005d52d2a683458eebca23961b8c6d (patch) | |
tree | f6ac8d582edd00b23984852bea4921e2546ce0b9 | |
parent | 7dbcbb7845e29c73c11160dfd83703f301bf2697 (diff) | |
download | repository-66bdf239b8005d52d2a683458eebca23961b8c6d.tar.gz |
git: bump to 2.29.1
-rwxr-xr-x | core/git/build | 2 | ||||
-rw-r--r-- | core/git/checksums | 4 | ||||
-rw-r--r-- | core/git/sources | 4 | ||||
-rw-r--r-- | core/git/version | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/core/git/build b/core/git/build index 27003088..a0228ee5 100755 --- a/core/git/build +++ b/core/git/build @@ -42,7 +42,7 @@ for obj in http http-walker; do done # shellcheck disable=2086,2046 -"$CC" -static $CFLAGS -o "$1/usr/libexec/git-core/git-remote-http" remote-curl.c http.o http-walker.o libgit.a common-main.o xdiff/lib.a $(pkg-config --static --libs zlib libcurl) +"$CC" $LDFLAGS $CFLAGS -o "$1/usr/libexec/git-core/git-remote-http" remote-curl.c http.o http-walker.o libgit.a common-main.o xdiff/lib.a $(pkg-config --static --libs zlib libcurl) for remote in https ftp ftps; do ln -sf git-remote-http "$1/usr/libexec/git-core/git-remote-$remote" diff --git a/core/git/checksums b/core/git/checksums index d67ea2af..5d0f9019 100644 --- a/core/git/checksums +++ b/core/git/checksums @@ -1,2 +1,2 @@ -28432d995257c4626fe0fb2091f588df6eed98e9571419e72c83bc23372e6b89 git-2.29.0.tar.xz -8d2e44513a58833fdd737ef9f262b3c4a390726df660548b44404fb4c25af0cb git-manpages-2.29.0.tar.xz +3005609697d0dd61699d86b533f4db873da82e80804cbb55111b2e330114adb3 git-2.29.1.tar.xz +d3c7958aea93106d974ecf2516636270676679d8fcbff540e6ee398c2074c7be git-manpages-2.29.1.tar.xz diff --git a/core/git/sources b/core/git/sources index 17dba9d4..6c7f42e6 100644 --- a/core/git/sources +++ b/core/git/sources @@ -1,2 +1,2 @@ -https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.29.0.tar.xz -https://www.kernel.org/pub/software/scm/git/git-manpages-2.29.0.tar.xz +https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.29.1.tar.xz +https://www.kernel.org/pub/software/scm/git/git-manpages-2.29.1.tar.xz diff --git a/core/git/version b/core/git/version index ac4f1ac3..8e565f46 100644 --- a/core/git/version +++ b/core/git/version @@ -1 +1 @@ -2.29.0 1 +2.29.1 1 |