summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2019-10-14 20:38:56 +0200
committerDario Ostuni2019-10-14 20:39:08 +0200
commitc9acf89c2491f29eccafb1876d794c734271eab8 (patch)
tree4bec2c51c02e6b928b857b8f1dbd0ec722d8f534
parent34cae4dc0556f331893dee127662aa977ffb7ccd (diff)
downloadaur-c9acf89c2491f29eccafb1876d794c734271eab8.tar.gz
Update to version 0.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e2d0e6df283..7a9bde5c54de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Apr 12 18:27:08 UTC 2018
pkgbase = mingw-w64-yaml-cpp
pkgdesc = YAML parser and emitter in C++, written around the YAML 1.2 spec (mingw-w64)
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://github.com/jbeder/yaml-cpp
arch = any
@@ -13,8 +11,8 @@ pkgbase = mingw-w64-yaml-cpp
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.2.tar.gz
- sha384sums = 8f086c6ebbcef0fff5117b345d0207682e5dace6ac0669dfeabf7208b7276a300a8e9565207825aa51a182d3e8474880
+ source = https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.3.tar.gz
+ sha384sums = 26dbb461a02eaf1826c5a033b7cf92d8ac59d4e90e84008588dba1fda0cc03ed61a8c63800ddeaf9d8072118d3a23846
pkgname = mingw-w64-yaml-cpp
diff --git a/PKGBUILD b/PKGBUILD
index 9bcf6515efe3..9f11e73a3d63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yaml-cpp
pkgname=mingw-w64-${_pkgname}
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec (mingw-w64)"
url="https://github.com/jbeder/yaml-cpp"
@@ -12,7 +12,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake' 'mingw-w64-gcc')
source=("https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-${pkgver}.tar.gz")
options=(staticlibs !strip !buildflags)
-sha384sums=('8f086c6ebbcef0fff5117b345d0207682e5dace6ac0669dfeabf7208b7276a300a8e9565207825aa51a182d3e8474880')
+sha384sums=('26dbb461a02eaf1826c5a033b7cf92d8ac59d4e90e84008588dba1fda0cc03ed61a8c63800ddeaf9d8072118d3a23846')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"