summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-10-25 22:15:14 +0200
committerMichel Zou2022-10-25 22:15:14 +0200
commitc480074d258a584f2e62be10987928784077d620 (patch)
tree9cf73fad2ecfe905b902ffde1b6cd12d8348b7c7
parent7ac0db3526ba09d4623442437a1a0d79078332f3 (diff)
downloadaur-c480074d258a584f2e62be10987928784077d620.tar.gz
2.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 515c1bbc7c4c..468605168a0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.10.2
+ pkgver = 2.10.3
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.2.tar.xz
- sha256sums = d240abe6da9c65cb1900dd9bf3a3501ccf88b3c2a1cb98317d03f272dda5b265
+ source = https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.tar.xz
+ sha256sums = 5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index dd5810e27a48..c6f3e83b6413 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libxml2
-pkgver=2.10.2
+pkgver=2.10.3
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=('d240abe6da9c65cb1900dd9bf3a3501ccf88b3c2a1cb98317d03f272dda5b265')
+sha256sums=('5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"