diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-29 16:26:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-29 16:26:33 +0100 |
commit | 7180e7efefa13fc6f7a4564963df7e2c3e528fb0 (patch) | |
tree | 028163e08768582ae478f2acd9fca501835b59b8 | |
parent | f277fb0a867292a2ccba4b1218330d2026fe710d (diff) |
jsoncpp: update to latest git
-rw-r--r-- | package/jsoncpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/jsoncpp/Makefile b/package/jsoncpp/Makefile index 496319bb9..49d650e19 100644 --- a/package/jsoncpp/Makefile +++ b/package/jsoncpp/Makefile @@ -4,7 +4,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= jsoncpp -PKG_VERSION:= 9cb88d2ca66af19c53a98843d159cc1d32ebaec6 +PKG_VERSION:= 2f227cb122584989a61278e93f9a26b1a7e3d1bf PKG_GIT:= hash PKG_RELEASE:= 1 PKG_DESCR:= c++ library for json |