libgit2: update to 0.26.4.
Closes #15109. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
50de62b795
commit
13471aefd0
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'libgit2'
|
||||
pkgname=libgit2
|
||||
version=0.26.3
|
||||
revision=2
|
||||
version=0.26.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="python git pkg-config"
|
||||
makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel"
|
||||
short_desc="The Git linkable library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://libgit2.github.com/"
|
||||
license="GPL-2.0-or-later WITH GCC-exception-2.0"
|
||||
homepage="http://libgit2.github.com/"
|
||||
distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
|
||||
checksum=0da4e211dfb63c22e5f43f2a4a5373e86a140afa88a25ca6ba3cc2cae58263d2
|
||||
checksum=292fa2600bbb4e52641793cfcc1c19ffc0bf97b5fd8378d422a6bfe7afffcb97
|
||||
configure_args="-DTHREADSAFE=ON"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue