jsoncpp: Update to 1.4.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
_realname=jsoncpp
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=1.3.0
|
||||
pkgver=1.4.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=('36eec7e92128e81f384e0fc04c8ef26a')
|
||||
md5sums=('50a2dd1cf84a7870584a786f069fc059')
|
||||
|
||||
build() {
|
||||
mkdir "${srcdir}/build-${CARCH}"
|
||||
|
||||
Reference in New Issue
Block a user