grep: Update to 3.8

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2022-12-19 19:00:24 +00:00
parent 8be412d99b
commit fa70313a22
1 changed files with 4 additions and 6 deletions

View File

@ -4,11 +4,11 @@
###############################################################################
name = grep
version = 3.3
version = 3.8
release = 1
groups = Applications/Text
url = http://www.gnu.org/software/grep/
url = https://www.gnu.org/software/grep/
license = GPLv3+
summary = A pattern matching utilities.
@ -18,7 +18,7 @@ description
prints the matching lines. GNU's grep utilities include grep, egrep and fgrep.
end
source_dl = ftp://ftp.gnu.org/gnu/grep/
source_dl = https://ftp.gnu.org/gnu/grep/
sources = %{thisapp}.tar.xz
build
@ -26,7 +26,7 @@ build
autoconf
automake
gettext-devel
pcre-devel
pcre2-devel
texinfo
end
@ -48,8 +48,6 @@ end
packages
package %{name}
groups += Base Build
provides
/bin/grep
bundled(gnulib)