libgit2: update to 0.27.8.
This commit is contained in:
parent
732180dc1d
commit
cf40d8b4cc
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'libgit2'
|
# Template file for 'libgit2'
|
||||||
pkgname=libgit2
|
pkgname=libgit2
|
||||||
version=0.27.7
|
version=0.27.8
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DTHREADSAFE=ON"
|
configure_args="-DTHREADSAFE=ON"
|
||||||
hostmakedepends="python git pkg-config"
|
hostmakedepends="python git pkg-config"
|
||||||
makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel libuv-devel"
|
makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel libuv-devel"
|
||||||
short_desc="The Git linkable library"
|
short_desc="Git linkable library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later WITH GCC-exception-2.0"
|
license="GPL-2.0-or-later WITH GCC-exception-2.0"
|
||||||
homepage="https://libgit2.org"
|
homepage="https://libgit2.org"
|
||||||
distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
|
distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
|
||||||
checksum=1a5435a483759b1cd96feb12b11abb5231b0688016db506ce5947178f6ba2531
|
checksum=8313873d49dc01e8b880ec334d7430ae67496a89aaa8c6e7bbd3affb47a00c76
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
|
|
Loading…
Reference in a new issue