summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-11-10 23:02:56 +0100
committerMichel Zou2017-11-10 23:02:56 +0100
commit342b1cbe8ce0b5eb5d6662465fe8e0e34185cc85 (patch)
treecfe26d3aee978e8bce4512cee3f80635274b7ff5
parent3b3edbe948f3080a37d8cb8c245c4bfc8f654c24 (diff)
downloadaur-342b1cbe8ce0b5eb5d6662465fe8e0e34185cc85.tar.gz
2.9.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9738c5dfd49..84789d353738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 11 19:02:32 UTC 2017
+# Fri Nov 10 22:02:56 UTC 2017
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.9.5
+ pkgver = 2.9.6
pkgrel = 1
url = http://www.xmlsoft.org/
arch = any
@@ -15,10 +15,10 @@ pkgbase = mingw-w64-libxml2
options = !buildflags
options = !strip
options = staticlibs
- source = http://xmlsoft.org/sources/libxml2-2.9.5.tar.gz
+ source = http://xmlsoft.org/sources/libxml2-2.9.6.tar.gz
source = mingw32-libxml2-static-build-compile-fix.patch
- md5sums = 5ce0da9bdaa267b40c4ca36d35363b8b
- md5sums = 0df377025082cd93cccbca547f048011
+ sha256sums = 8b9038cca7240e881d462ea391882092dfdc6d4f483f72683e817be08df5ebbc
+ sha256sums = 0f86ded5d487ae7f38e1f039085c078d978af8d7aad6e05d5a4028d645d2115a
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index d6b8d745a71f..d8abfeed8dae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Filip Brcic <brcha@gna.org>
pkgname=mingw-w64-libxml2
-pkgver=2.9.5
+pkgver=2.9.6
pkgrel=1
arch=('any')
pkgdesc="XML parsing library, version 2 (mingw-w64)"
@@ -12,8 +12,8 @@ license=('LGPL')
url="http://www.xmlsoft.org/"
source=("http://xmlsoft.org/sources/libxml2-${pkgver}.tar.gz"
"mingw32-libxml2-static-build-compile-fix.patch")
-md5sums=('5ce0da9bdaa267b40c4ca36d35363b8b'
- '0df377025082cd93cccbca547f048011')
+sha256sums=('8b9038cca7240e881d462ea391882092dfdc6d4f483f72683e817be08df5ebbc'
+ '0f86ded5d487ae7f38e1f039085c078d978af8d7aad6e05d5a4028d645d2115a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"