m4: Update to 1.4.19

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2022-12-01 15:27:15 +00:00
parent 821a629c3d
commit a05f6cceb6
1 changed files with 4 additions and 4 deletions

View File

@ -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