summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-11-04 22:02:29 +0100
committerMichel Zou2019-11-04 22:02:29 +0100
commit7da6588fb1daa6b5031a7b71829be6e72e5b8076 (patch)
treefc2f00044d9ea014e878d33f7fc874c8a81619b3
parent49e90e17651fde87a3b68f4cecf29522eb484733 (diff)
downloadaur-7da6588fb1daa6b5031a7b71829be6e72e5b8076.tar.gz
2.9.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4579e6495b78..ae0ff88e8b39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.9.9
+ pkgver = 2.9.10
pkgrel = 1
url = http://www.xmlsoft.org/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-libxml2
options = !buildflags
options = !strip
options = staticlibs
- source = http://xmlsoft.org/sources/libxml2-2.9.9.tar.gz
- sha256sums = 94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871
+ source = http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz
+ sha256sums = aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index c16959f6fc49..99abbd834f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Filip Brcic <brcha@gna.org>
pkgname=mingw-w64-libxml2
-pkgver=2.9.9
+pkgver=2.9.10
pkgrel=1
arch=('any')
pkgdesc="XML parsing library, version 2 (mingw-w64)"
@@ -11,7 +11,7 @@ options=('!buildflags' '!strip' 'staticlibs')
license=('LGPL')
url="http://www.xmlsoft.org/"
source=("http://xmlsoft.org/sources/libxml2-${pkgver}.tar.gz")
-sha256sums=('94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871')
+sha256sums=('aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"