mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
libev: Update to 4.20
Minor release, changes from upstream: - prefer noexcept over throw () with C++ 11. - update ecb.h due to incompatibilities with c11. - fix a potential aliasing issue when reading and writing watcher callbacks. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libev
|
||||
PKG_VERSION:=4.19
|
||||
PKG_VERSION:=4.20
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://dist.schmorp.de/libev/Attic/
|
||||
PKG_MD5SUM:=01d1c672697f649b4f94abd0b70584ff
|
||||
PKG_MD5SUM:=1cac539cfc560f381a490c9fba940de9
|
||||
PKG_LICENSE:=BSD-2-Clause
|
||||
PKG_MAINTAINER:=Karl Palsson <karlp@tweak.net.au>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user