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 b1e46d45c35c..5aeebc809d92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-jsoncpp
pkgdesc = A C++ library for interacting with JSON (mingw-w64)
- pkgver = 1.9.4
+ pkgver = 1.9.5
pkgrel = 1
url = https://github.com/open-source-parsers/jsoncpp
arch = any
@@ -11,8 +11,7 @@ pkgbase = mingw-w64-jsoncpp
options = !strip
options = !buildflags
options = staticlibs
- source = jsoncpp-1.9.4.tar.gz::https://github.com/open-source-parsers/jsoncpp/archive/1.9.4.tar.gz
- sha256sums = e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999
+ source = jsoncpp-1.9.5.tar.gz::https://github.com/open-source-parsers/jsoncpp/archive/1.9.5.tar.gz
+ sha256sums = f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2
pkgname = mingw-w64-jsoncpp
-
diff --git a/PKGBUILD b/PKGBUILD
index cf8ac407e74f..e3b13ee67483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-jsoncpp
-pkgver=1.9.4
+pkgver=1.9.5
pkgrel=1
pkgdesc='A C++ library for interacting with JSON (mingw-w64)'
url='https://github.com/open-source-parsers/jsoncpp'
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!strip' '!buildflags' 'staticlibs')
source=(jsoncpp-${pkgver}.tar.gz::"https://github.com/open-source-parsers/jsoncpp/archive/${pkgver}.tar.gz")
-sha256sums=('e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999')
+sha256sums=('f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"