Skip to content

Commit

Permalink
libubox: update to the latest version
Browse files Browse the repository at this point in the history
adds a SIGCHLD handling fix and jshn performance improvements

Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 authored and wigyori committed Jul 7, 2016
1 parent 2c3b84e commit 203a7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/libs/libubox/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libubox
PKG_VERSION:=2016-02-26
PKG_VERSION:=2016-05-19
PKG_RELEASE=$(PKG_SOURCE_VERSION)

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(OPENWRT_GIT)/project/libubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=5326ce1046425154ab715387949728cfb09f4083
PKG_SOURCE_VERSION:=1257a38a6e64511207bb3b077ca7e8e1a3338fc1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1
Expand Down

0 comments on commit 203a7ed

Please sign in to comment.