aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeng Qingfang <dengqf6@mail2.sysu.edu.cn>2018-07-18 15:53:44 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2018-09-29 23:43:07 +0800
commitb437fdf6bc435a64e44c8c9236d785d6867bb455 (patch)
tree9dc86e124aed815abc6878841fb96eacfe7017cd
parentc77c962de49b2f20a0dc3ae7ccdca110e9f1b01f (diff)
libev: update to 4.24
Compile & runtime tested: ar71xx, ramips, mvebu Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
-rw-r--r--libs/libev/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libev/Makefile b/libs/libev/Makefile
index cf9e111d1..b0e797abb 100644
--- a/libs/libev/Makefile
+++ b/libs/libev/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libev
-PKG_VERSION:=4.22
+PKG_VERSION:=4.24
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://dist.schmorp.de/libev/Attic/
-PKG_HASH:=736079e8ac543c74d59af73f9c52737b3bfec9601f020bf25a87a4f4d0f01bd6
+PKG_HASH:=973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821
PKG_LICENSE:=BSD-2-Clause
PKG_MAINTAINER:=Karl Palsson <karlp@tweak.net.au>