diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-04-07 14:47:41 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-04-07 15:26:11 +0200 |
commit | 08ccfdea78b1171ccc5667e79de6610273069c8b (patch) | |
tree | 2ae6532ae8002efa468e6d81bd54ca72b7683e73 /package | |
parent | 1566dbd57d5ed162a2d0c38a5553e7b8cb29e16c (diff) | |
download | upstream-08ccfdea78b1171ccc5667e79de6610273069c8b.tar.gz upstream-08ccfdea78b1171ccc5667e79de6610273069c8b.tar.bz2 upstream-08ccfdea78b1171ccc5667e79de6610273069c8b.zip |
libubox: update to the latest version
42a8ecd jshn: fix format string for int64 type
92009b7 utils: ensure that byte-order conversion functions evaluate the argument only once
ace6489 switch from typeof to the more portable __typeof__
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libubox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index d5b3978984..5190d0ef35 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/libubox.git -PKG_SOURCE_DATE:=2018-03-21 -PKG_SOURCE_VERSION:=eebe3fcd2a5728264faa5ae72bbc38d7bb704c8e -PKG_MIRROR_HASH:=0becfd63c7b2e039bc2f780f183ebb5d3a5f2721ace25d6e7ea8b3ccdeb1ae5a +PKG_SOURCE_DATE:=2018-04-07 +PKG_SOURCE_VERSION:=ace64897d47b9bc7af277d8a3f8a0ff67976cba8 +PKG_MIRROR_HASH:=d9da651f4e8d4c0f90831106ad33a35fe31d33fb4719e1b7c3cad8c3fa9aff79 CMAKE_INSTALL:=1 PKG_LICENSE:=ISC |