mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
libgit2-1.9: update to 1.9.1
This commit is contained in:
parent
70c2081d2e
commit
3a32d4503f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libgit2-1.9'
|
# Template file for 'libgit2-1.9'
|
||||||
pkgname=libgit2-1.9
|
pkgname=libgit2-1.9
|
||||||
version=1.9.0
|
version=1.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DBUILD_CLI=OFF -DUSE_SSH=exec -DUSE_HTTP_PARSER=llhttp"
|
configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DBUILD_CLI=OFF -DUSE_SSH=exec -DUSE_HTTP_PARSER=llhttp"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||||
license="GPL-2.0-only WITH GCC-exception-2.0"
|
license="GPL-2.0-only WITH GCC-exception-2.0"
|
||||||
homepage="https://libgit2.org"
|
homepage="https://libgit2.org"
|
||||||
distfiles="https://github.com/libgit2/libgit2/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/libgit2/libgit2/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=75b27d4d6df44bd34e2f70663cfd998f5ec41e680e1e593238bbe517a84c7ed2
|
checksum=14cab3014b2b7ad75970ff4548e83615f74d719afe00aa479b4a889c1e13fc00
|
||||||
|
|
||||||
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DBUILD_TESTS=OFF"
|
configure_args+=" -DBUILD_TESTS=OFF"
|
||||||
|
|
Loading…
Add table
Reference in a new issue