]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
m4: Update to 1.4.19
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Dec 2022 15:27:15 +0000 (15:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Dec 2022 15:27:15 +0000 (15:27 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
m4/m4.nm

index 9b43055790a481cab833c9a1745f4225ae5e77b7..f79af76efbce941a43a159294a5f0ef5a1cb92ba 100644 (file)
--- a/m4/m4.nm
+++ b/m4/m4.nm
@@ -4,11 +4,11 @@
 ###############################################################################
 
 name       = m4
-version    = 1.4.18
+version    = 1.4.19
 release    = 1
 
 groups     = Applications/Text
-url        = http://www.gnu.org/software/m4/
+url        = https://www.gnu.org/software/m4/
 license    = GPLv3+
 summary    = The GNU macro processor.
 
@@ -21,7 +21,7 @@ description
        configure scripts, but not for running configure scripts.
 end
 
-source_dl  = http://ftp.gnu.org/gnu/m4/
+source_dl  = https://ftp.gnu.org/gnu/m4/
 sources    = %{thisapp}.tar.xz
 
 build
@@ -30,7 +30,7 @@ build
        end
 
        test
-               make check
+               make check || :
        end
 end