expat: bump version

This commit is contained in:
Jérôme Duval
2025-03-27 22:24:27 +01:00
parent 396768883a
commit 0b603aa4ce
2 changed files with 6 additions and 4 deletions

View File

@@ -4,17 +4,19 @@ stream-oriented parser in which an application registers handlers for things \
the parser might find in the XML document (like start tags)."
HOMEPAGE="http://expat.sourceforge.net/"
COPYRIGHT="1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
2001-2023 Expat maintainers."
2001-2025 Expat maintainers."
LICENSE="MIT"
REVISION="2"
REVISION="1"
SOURCE_URI="https://downloads.sourceforge.net/expat/expat-$portVersion.tar.bz2"
CHECKSUM_SHA256="8dc480b796163d4436e6f1352e71800a774f73dbae213f1860b60607d2a83ada"
#SOURCE_URI="git+https://github.com/libexpat/libexpat?signed#tag=R_${portVersion//./_}"
CHECKSUM_SHA256="45c98ae1e9b5127325d25186cf8c511fa814078e9efeae7987a574b482b79b3d"
PATCHES="expat-$portVersion.patchset"
#PGPKEYS="3176EF7DB2367F1FCA4F306B1F9B0E909AF37285"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
libVersion=1.10.0
libVersion=1.10.2
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
portVersionCompat="$portVersion compat >= 2.2"