diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-12-17 13:52:21 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-12-17 14:01:06 -0800 |
commit | 1a1c367dd98a465b533dd1d19a0f2e5cc6e7cdd7 (patch) | |
tree | 115d4af04841afbf946fd4b72f89f4fb2fd7f48c /libs/jansson | |
parent | d26f7e5a470b118d6fefede4394d62e49648839f (diff) |
jansson: Update to 2.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/jansson')
-rw-r--r-- | libs/jansson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/jansson/Makefile b/libs/jansson/Makefile index 99ab4789c..cea513298 100644 --- a/libs/jansson/Makefile +++ b/libs/jansson/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=jansson -PKG_VERSION:=2.11 +PKG_VERSION:=2.12 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.digip.org/jansson/releases/ -PKG_HASH:=783132e2fc970feefc2fa54199ef65ee020bd8e0e991a78ea44b8586353a0947 +PKG_HASH:=645d72cc5dbebd4df608d33988e55aa42a7661039e19a379fcbe5c79d1aee1d2 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |