From bc8f6a334fe8d271b7f53dcdc57936652f91c554 Mon Sep 17 00:00:00 2001 From: Christopher Degawa Date: Fri, 18 Feb 2022 23:25:16 -0500 Subject: [PATCH] expat: update to 2.4.5 Signed-off-by: Christopher Degawa --- expat/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/expat/PKGBUILD b/expat/PKGBUILD index 79e2f12e..0b5e73ea 100644 --- a/expat/PKGBUILD +++ b/expat/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexey Pavlov pkgname=('expat' 'libexpat' 'libexpat-devel') -pkgver=2.4.4 +pkgver=2.4.5 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=('b5d25d6e373351c2ed19b562b4732d01d2589ac8c8e9e7962d8df1207cc311b8' +sha256sums=('f2af8fc7cdc63a87920da38cd6d12cb113c3c3a3f437495b1b6541e0cff32579' 'SKIP') validpgpkeys=('3176EF7DB2367F1FCA4F306B1F9B0E909AF37285') # Sebastian Pipping