From f73b38d2b49f9a57bb93970a795896ad66b1276a Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 26 Oct 2022 11:19:14 +0200 Subject: [PATCH] expat: Update to 2.5.0 --- expat/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/expat/PKGBUILD b/expat/PKGBUILD index 5f790ef3..1edaf768 100644 --- a/expat/PKGBUILD +++ b/expat/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexey Pavlov pkgname=('expat' 'libexpat' 'libexpat-devel') -pkgver=2.4.9 +pkgver=2.5.0 pkgrel=1 pkgdesc="An XML parser library" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ url="https://libexpat.github.io/" license=('spdx:MIT') makedepends=('autotools' 'gcc') source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/${pkgname}-${pkgver}.tar.xz{,.asc}) -sha256sums=('6e8c0728fe5c7cd3f93a6acce43046c5e4736c7b4b68e032e9350daa0efc0354' +sha256sums=('ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe' 'SKIP') validpgpkeys=('3176EF7DB2367F1FCA4F306B1F9B0E909AF37285') # Sebastian Pipping