Skip to content

Commit

Permalink
Merge pull request openwrt#4289 from Tiboris/jansson-update
Browse files Browse the repository at this point in the history
jansson: Update to v2.10
  • Loading branch information
hnyman authored Apr 22, 2017
2 parents a4c3478 + 3ba0c8d commit 74a02e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/jansson/Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 74a02e2

Please sign in to comment.