summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-05-03 21:04:04 +0200
committerMichel Zou2023-05-03 21:04:04 +0200
commita506910e06ecc4bfd7d8352b9fe50638429fbc65 (patch)
treeca49081a81f05e981f6068310dc8e24792246e14
parentc480074d258a584f2e62be10987928784077d620 (diff)
downloadaur-a506910e06ecc4bfd7d8352b9fe50638429fbc65.tar.gz
2.10.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 468605168a0d..f37bba44288c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.10.3
+ pkgver = 2.10.4
pkgrel = 1
url = http://www.xmlsoft.org/
arch = any
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-libxml2
options = !buildflags
options = !strip
options = staticlibs
- source = https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.tar.xz
- sha256sums = 5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c
+ source = https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.tar.xz
+ sha256sums = ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index c6f3e83b6413..ff89211b8cd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libxml2
-pkgver=2.10.3
+pkgver=2.10.4
pkgrel=1
arch=('any')
pkgdesc="XML parsing library, version 2 (mingw-w64)"
@@ -9,7 +9,7 @@ options=('!buildflags' '!strip' 'staticlibs')
license=('LGPL')
url="http://www.xmlsoft.org/"
source=("https://download.gnome.org/sources/libxml2/2.10/libxml2-${pkgver}.tar.xz")
-sha256sums=('5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c')
+sha256sums=('ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"