mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
chroot-grep: update to 3.11.
This commit is contained in:
parent
e38c74173b
commit
882179a876
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-grep'
|
# Template file for 'chroot-grep'
|
||||||
pkgname=chroot-grep
|
pkgname=chroot-grep
|
||||||
version=3.8
|
version=3.11
|
||||||
revision=2
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-perl-regexp --disable-nls ac_cv_path_GREP=grep"
|
configure_args="--disable-perl-regexp --disable-nls ac_cv_path_GREP=grep"
|
||||||
|
@ -10,10 +10,9 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/grep/"
|
homepage="https://www.gnu.org/software/grep/"
|
||||||
distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
|
distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
|
||||||
checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
|
checksum=1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab
|
||||||
conflicts="grep>=0"
|
conflicts="grep>=0"
|
||||||
provides="grep-${version}_${revision}"
|
provides="grep-${version}_${revision}"
|
||||||
make_check=no # Infinate loop in hash-collision-perf without perl
|
|
||||||
repository=bootstrap
|
repository=bootstrap
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue