aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-04-22 15:35:43 +0300
committerGitHub <noreply@github.com>2017-04-22 15:35:43 +0300
commit74a02e2f0be9566cd5b90b9c881fbf4d83d307f0 (patch)
treeb384c541f15c9f40a8faa8070c55f286f192fa3e
parenta4c347834a6bfa41ec7a9a26c5512af2eeadd7f7 (diff)
parent3ba0c8d921e92e76f7b4ca97b4f894bdf4bd399c (diff)
Merge pull request #4289 from Tiboris/jansson-update
jansson: Update to v2.10
-rw-r--r--libs/jansson/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/jansson/Makefile b/libs/jansson/Makefile
index 3d18d426a..fdc013fcf 100644
--- a/libs/jansson/Makefile
+++ b/libs/jansson/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2011-2014 OpenWrt.org
+# Copyright (C) 2011-2017 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=jansson
-PKG_VERSION:=2.7
+PKG_VERSION:=2.10
PKG_RELEASE:=1
PKG_LICENSE:=MIT
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.digip.org/jansson/releases/
-PKG_MD5SUM:=3a106a465bbb77637550b422f5b262ef
+PKG_HASH:=241125a55f739cd713808c4e0089986b8c3da746da8b384952912ad659fa2f5a
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1