summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c419f59eda1..03a0940d4e32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-tinyxml2
pkgdesc = Simple, small, C++ XML parser that can be easily integrated into other programs (mingw-w64)
- pkgver = 7.1.0
+ pkgver = 10.0.0
pkgrel = 1
url = https://github.com/leethomason/tinyxml2
arch = any
@@ -10,8 +10,7 @@ pkgbase = mingw-w64-tinyxml2
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/leethomason/tinyxml2/archive/7.1.0.tar.gz
- sha256sums = 68ebd396a4220d5a9b5a621c6e9c66349c5cfdf5efaea3f16e3bb92e45f4e2a3
+ source = https://github.com/leethomason/tinyxml2/archive/10.0.0.tar.gz
+ sha256sums = 3bdf15128ba16686e69bce256cc468e76c7b94ff2c7f391cc5ec09e40bff3839
pkgname = mingw-w64-tinyxml2
-
diff --git a/PKGBUILD b/PKGBUILD
index 060137d430b9..01300199a8f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-tinyxml2
-pkgver=7.1.0
+pkgver=10.0.0
pkgrel=1
pkgdesc='Simple, small, C++ XML parser that can be easily integrated into other programs (mingw-w64)'
url="https://github.com/leethomason/tinyxml2"
@@ -10,7 +10,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('staticlibs' '!strip' '!buildflags')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('68ebd396a4220d5a9b5a621c6e9c66349c5cfdf5efaea3f16e3bb92e45f4e2a3')
+sha256sums=('3bdf15128ba16686e69bce256cc468e76c7b94ff2c7f391cc5ec09e40bff3839')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"