summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-05-02 18:16:49 +0200
committerMichel Zou2022-05-02 18:16:49 +0200
commite569867a2da2d75db5ad5cd0082d409913833e2e (patch)
treeebb2ff20b5ddbab30b850c18459089bb3d1051da
parent8256faa0911c74c5e6dc723785e10e45627292dc (diff)
downloadaur-e569867a2da2d75db5ad5cd0082d409913833e2e.tar.gz
2.9.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85dc57c6e3b8..70caea482f48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.9.13
+ pkgver = 2.9.14
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.9/libxml2-2.9.13.tar.xz
- sha256sums = 276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e
+ source = https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.tar.xz
+ sha256sums = 60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index 4d83cd663f19..dc82432e775e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libxml2
-pkgver=2.9.13
+pkgver=2.9.14
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.9/libxml2-${pkgver}.tar.xz")
-sha256sums=('276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e')
+sha256sums=('60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"