mirror of https://github.com/hak5/openwrt-owl.git
libevent2: update to 2.0.21
Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36399owl
parent
d4d55b5ec7
commit
2da62933d7
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011-2012 OpenWrt.org
|
# Copyright (C) 2011-2013 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -8,14 +8,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libevent2
|
PKG_NAME:=libevent2
|
||||||
PKG_VERSION:=2.0.19
|
PKG_VERSION:=2.0.21
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/libevent-$(PKG_VERSION)-stable
|
PKG_BUILD_DIR:=$(BUILD_DIR)/libevent-$(PKG_VERSION)-stable
|
||||||
PKG_SOURCE:=libevent-$(PKG_VERSION)-stable.tar.gz
|
PKG_SOURCE:=libevent-$(PKG_VERSION)-stable.tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.monkey.org/~provos/ \
|
PKG_SOURCE_URL:=http://www.monkey.org/~provos/ \
|
||||||
@SF/levent
|
@SF/levent
|
||||||
PKG_MD5SUM:=91111579769f46055b0a438f5cc59572
|
PKG_MD5SUM:=b2405cc9ebf264aa47ff615d9de527a2
|
||||||
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
|
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
Loading…
Reference in New Issue