mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libgit2: Updated for version 0.21.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e0f492811d
commit
0ec35d7934
3 changed files with 9 additions and 6 deletions
|
@ -2,4 +2,4 @@ libgit2 is a portable, pure C implementation of the Git core methods provided as
|
|||
a re-entrant linkable library with a solid API, allowing you to write native
|
||||
speed custom Git applications in any language which supports C bindings.
|
||||
|
||||
Optional: libssh2 (for ssh transport)
|
||||
Optional: libssh2 (for ssh transport) and http-parser
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libgit2
|
||||
|
||||
# Copyright 2014 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2014-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libgit2
|
||||
VERSION=${VERSION:-0.21.3}
|
||||
VERSION=${VERSION:-0.21.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,6 +69,9 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Fix libgit2 version string.
|
||||
sed -i "/LIBGIT2_VERSION/s|\".*\"|\"${VERSION}\"|" include/git2/version.h
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Unix Makefiles" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libgit2"
|
||||
VERSION="0.21.3"
|
||||
VERSION="0.21.5"
|
||||
HOMEPAGE="https://libgit2.github.com/"
|
||||
DOWNLOAD="https://github.com/libgit2/libgit2/archive/v0.21.3.tar.gz"
|
||||
MD5SUM="160762591f04c47b0a161e659c59c8c2"
|
||||
DOWNLOAD="https://github.com/libgit2/libgit2/archive/v0.21.5.tar.gz"
|
||||
MD5SUM="6f1d64b2d50239f0c518cb45fbe3da4a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue