summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-03-04 09:02:30 +0100
committerMichel Zou2018-03-04 09:02:30 +0100
commitc02d385574d19747483699e0e5a46431f371cc34 (patch)
tree2f2934d9d50f508a35a79bb8b3c1ac1ae9d7e7d9
parent462294249762e98a939a19ea20a1327d28c6d251 (diff)
downloadaur-c02d385574d19747483699e0e5a46431f371cc34.tar.gz
6.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b69db787a1b2..63223be515cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 7 19:05:56 UTC 2017
+# Sun Mar 4 08:02:30 UTC 2018
pkgbase = mingw-w64-tinyxml2
pkgdesc = Simple, small, C++ XML parser that can be easily integrated into other programs (mingw-w64)
- pkgver = 4.0.1
+ pkgver = 6.0.0
pkgrel = 1
url = https://github.com/leethomason/tinyxml2
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-tinyxml2
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/leethomason/tinyxml2/archive/4.0.1.tar.gz
- md5sums = 36aed868b751e728fa8f714aa3376a1d
+ source = https://github.com/leethomason/tinyxml2/archive/6.0.0.tar.gz
+ sha256sums = 9444ba6322267110b4aca61cbe37d5dcab040344b5c97d0b36c119aa61319b0f
pkgname = mingw-w64-tinyxml2
diff --git a/PKGBUILD b/PKGBUILD
index bff648c5f11d..6ac788ea7d1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-tinyxml2
-pkgver=4.0.1
+pkgver=6.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")
-md5sums=('36aed868b751e728fa8f714aa3376a1d')
+sha256sums=('9444ba6322267110b4aca61cbe37d5dcab040344b5c97d0b36c119aa61319b0f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"