summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-03-22 19:29:45 +0100
committerMichel Zou2019-03-22 19:29:45 +0100
commit49e90e17651fde87a3b68f4cecf29522eb484733 (patch)
treeec379c8407ab58a9eec0fe98d4351fb87910f31b
parentf47b9e7023b52205d2be515f09ce8d50a870be39 (diff)
downloadaur-49e90e17651fde87a3b68f4cecf29522eb484733.tar.gz
2.9.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cef6255e55b1..4579e6495b78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Mar 9 17:41:01 UTC 2018
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.9.8
+ pkgver = 2.9.9
pkgrel = 1
url = http://www.xmlsoft.org/
arch = any
@@ -15,8 +13,8 @@ pkgbase = mingw-w64-libxml2
options = !buildflags
options = !strip
options = staticlibs
- source = http://xmlsoft.org/sources/libxml2-2.9.8.tar.gz
- sha256sums = 0b74e51595654f958148759cfef0993114ddccccbb6f31aee018f3558e8e2732
+ source = http://xmlsoft.org/sources/libxml2-2.9.9.tar.gz
+ sha256sums = 94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index 19d05f61537b..c16959f6fc49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Filip Brcic <brcha@gna.org>
pkgname=mingw-w64-libxml2
-pkgver=2.9.8
+pkgver=2.9.9
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=('0b74e51595654f958148759cfef0993114ddccccbb6f31aee018f3558e8e2732')
+sha256sums=('94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"