summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"