aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2020-01-02 13:31:40 +0000
committerKarl Palsson <karlp@etactica.com>2020-01-09 13:39:01 +0000
commit125dca987dc780b63fcad2ee7d5ea51b1f57ac86 (patch)
tree8f9344b84c09aa1e26566e771e20ab8ef0103774
parent2df020fe19b86b4bc60522d9777ddaca412c5843 (diff)
libev: bump to 4.31
Very minor changes: http://cvs.schmorp.de/libev/Changes?revision=1.355&view=markup Signed-off-by: Karl Palsson <karlp@etactica.com>
-rw-r--r--libs/libev/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libev/Makefile b/libs/libev/Makefile
index 02eac5b60..52027874c 100644
--- a/libs/libev/Makefile
+++ b/libs/libev/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libev
-PKG_VERSION:=4.27
+PKG_VERSION:=4.31
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://dist.schmorp.de/libev/Attic/
-PKG_HASH:=2d5526fc8da4f072dd5c73e18fbb1666f5ef8ed78b73bba12e195cfdd810344e
+PKG_HASH:=ed855d2b52118e32c0c1a6a32bd18c97f9e6711ca511f5ee12de3b9eccc66e5a
PKG_LICENSE:=BSD-2-Clause
PKG_MAINTAINER:=Karl Palsson <karlp@tweak.net.au>