ugrep: update to 6.4.1.
This commit is contained in:
parent
485df8eed3
commit
6603fe2078
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ugrep'
|
# Template file for 'ugrep'
|
||||||
pkgname=ugrep
|
pkgname=ugrep
|
||||||
version=6.4.0
|
version=6.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="bzip2-devel liblz4-devel liblzma-devel libzstd-devel pcre2-devel
|
makedepends="bzip2-devel liblz4-devel liblzma-devel libzstd-devel pcre2-devel
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/Genivia/ugrep"
|
homepage="https://github.com/Genivia/ugrep"
|
||||||
distfiles="https://github.com/Genivia/ugrep/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Genivia/ugrep/archive/v${version}.tar.gz"
|
||||||
checksum=4d28168a8b6c2fa7f39ec524f25625c10f3a5a1a9b718f71aee8dd6bc51e6eb5
|
checksum=a90929a36c3adfbfc493cd808b0ca1e6ca0b06932447a91eaa598ad8b377bbc4
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv*) configure_args+=" --disable-neon";;
|
armv*) configure_args+=" --disable-neon";;
|
||||||
|
|
Loading…
Reference in New Issue