]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
grep: Update to 3.8
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 19:00:24 +0000 (19:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 19:00:24 +0000 (19:00 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
grep/grep.nm

index d2007620210bce01e4309859df28eb2814453def..757d577cf3a8ec5a26bb8f62dfbceeef4b29e906 100644 (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)