mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libgit2: Updated to 1.8.4.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e9ce12a951
commit
0b98f59353
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libgit2
|
||||
VERSION=${VERSION:-1.8.1}
|
||||
VERSION=${VERSION:-1.8.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libgit2"
|
||||
VERSION="1.8.1"
|
||||
VERSION="1.8.4"
|
||||
HOMEPAGE="https://libgit2.github.com/"
|
||||
DOWNLOAD="https://github.com/libgit2/libgit2/archive/v1.8.1/libgit2-1.8.1.tar.gz"
|
||||
MD5SUM="4c384e9f580b8c4de9445c8fa2474c87"
|
||||
DOWNLOAD="https://github.com/libgit2/libgit2/archive/v1.8.4/libgit2-1.8.4.tar.gz"
|
||||
MD5SUM="6352002ea5edb07c84503aaa8a375398"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue