summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-12-10 14:10:07 +0100
committerMichel Zou2020-12-10 14:10:07 +0100
commitc612eff2891cde95d06614e4b38813733bd49f0d (patch)
treedabbc751e96ff2e6a09b7c22d275dbdabe69d4df
parent502ee6189136d199818dc690ab2d7cbbe0d9a7a2 (diff)
downloadaur-c612eff2891cde95d06614e4b38813733bd49f0d.tar.gz
1.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63cbadb6f7a2..90fdf6e5b36e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-pugixml
pkgdesc = Light-weight, simple and fast XML parser for C++ with XPath support (mingw-w64)
- pkgver = 1.10
+ pkgver = 1.11
pkgrel = 1
url = http://pugixml.org/
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-pugixml
options = !buildflags
options = staticlibs
options = !strip
- source = http://github.com/zeux/pugixml/releases/download/v1.10/pugixml-1.10.tar.gz
- sha256sums = 55f399fbb470942410d348584dc953bcaec926415d3462f471ef350f29b5870a
+ source = http://github.com/zeux/pugixml/releases/download/v1.11/pugixml-1.11.tar.gz
+ sha256sums = 26913d3e63b9c07431401cf826df17ed832a20d19333d043991e611d23beaa2c
pkgname = mingw-w64-pugixml
diff --git a/PKGBUILD b/PKGBUILD
index c3339eaea400..0acade06a1b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-pugixml
-_majordotminor=1.10
-pkgver=${_majordotminor}
+pkgver=1.11
+_majordotminor=${pkgver}
pkgrel=1
pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("http://github.com/zeux/pugixml/releases/download/v${pkgver}/pugixml-${pkgver}.tar.gz")
-sha256sums=('55f399fbb470942410d348584dc953bcaec926415d3462f471ef350f29b5870a')
+sha256sums=('26913d3e63b9c07431401cf826df17ed832a20d19333d043991e611d23beaa2c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"