From 4e50bed67bd2ad73fc8c39e6057191fcb04d3c45 Mon Sep 17 00:00:00 2001 From: Drew Waranis Date: Sun, 1 Feb 2015 02:01:44 -0800 Subject: [PATCH] Upgraded jsoncpp to 1.3.0. --- mingw-w64-jsoncpp/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-jsoncpp/PKGBUILD b/mingw-w64-jsoncpp/PKGBUILD index 6a9edf8751..e59242da1c 100644 --- a/mingw-w64-jsoncpp/PKGBUILD +++ b/mingw-w64-jsoncpp/PKGBUILD @@ -2,7 +2,7 @@ _realname=jsoncpp pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=1.1.0 +pkgver=1.3.0 pkgrel=1 pkgdesc="A C++ library for interacting with JSON (mingw-w64)" arch=('any') @@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" options=('staticlibs' '!strip' '!buildflags') source=("https://github.com/open-source-parsers/jsoncpp/archive/$pkgver.tar.gz") -md5sums=('9ac0d5b5ac2706a93197e205d56c09b7') +md5sums=('36eec7e92128e81f384e0fc04c8ef26a') build() { mkdir "${srcdir}/build-${CARCH}"