summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bd93c4fe778..342d325147c5 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 = 6.2.0
+ pkgver = 7.0.1
pkgrel = 1
url = https://github.com/leethomason/tinyxml2
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-tinyxml2
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/leethomason/tinyxml2/archive/6.2.0.tar.gz
- sha256sums = cdf0c2179ae7a7931dba52463741cf59024198bbf9673bf08415bcb46344110f
+ source = https://github.com/leethomason/tinyxml2/archive/7.0.1.tar.gz
+ sha256sums = a381729e32b6c2916a23544c04f342682d38b3f6e6c0cad3c25e900c3a7ef1a6
pkgname = mingw-w64-tinyxml2
diff --git a/PKGBUILD b/PKGBUILD
index 5dae63c0f7dd..6e70e74165f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-tinyxml2
-pkgver=6.2.0
+pkgver=7.0.1
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=('cdf0c2179ae7a7931dba52463741cf59024198bbf9673bf08415bcb46344110f')
+sha256sums=('a381729e32b6c2916a23544c04f342682d38b3f6e6c0cad3c25e900c3a7ef1a6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"