]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
expat: Update to 2.5.0
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Nov 2022 11:59:54 +0000 (11:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Nov 2022 11:59:54 +0000 (11:59 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
expat/expat.nm

index 1b6fd91234e737f782d7b7cf5638548f501ddf06..e11bc918b891f6ad46062df3527607d6fb585479 100644 (file)
@@ -4,13 +4,13 @@
 ###############################################################################
 
 name       = expat
-version    = 2.1.1
+version    = 2.5.0
 release    = 1
 
 groups     = System/Libraries
-url        = http://www.libexpat.org/
+url        = https://www.libexpat.org/
 license    = MIT
-summary    = An XML parser library.
+summary    = An XML parser library
 
 description
        This is expat, the C library for parsing XML, written by James Clark. Expat
@@ -21,8 +21,14 @@ description
        register handlers.
 end
 
-source_dl  = http://downloads.sourceforge.net/project/expat/expat/%{version}/
-sources    = %{thisapp}.tar.bz2
+source_dl  = https://github.com/libexpat/libexpat/releases/download/R_2_5_0/
+sources    = %{thisapp}.tar.xz
+
+build
+       test
+               make check
+       end
+end
 
 packages
        package %{name}