diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-10 18:55:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-10 18:55:44 +0000 |
commit | 7aa5766ad137c10cca1a67672f2d8371141f7841 (patch) | |
tree | 1a52c133210ccd2b74fb7c468b82aab9b796506b | |
parent | 24f49b170ef5e3e27f1d7bbb00c7ed39a7352cf3 (diff) | |
download | upstream-7aa5766ad137c10cca1a67672f2d8371141f7841.tar.gz upstream-7aa5766ad137c10cca1a67672f2d8371141f7841.tar.bz2 upstream-7aa5766ad137c10cca1a67672f2d8371141f7841.zip |
libevent2: remove defunct download mirror
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44380
-rw-r--r-- | package/libs/libevent2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/libs/libevent2/Makefile b/package/libs/libevent2/Makefile index 7fe95b1fb0..68350077c8 100644 --- a/package/libs/libevent2/Makefile +++ b/package/libs/libevent2/Makefile @@ -13,8 +13,7 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/libevent-$(PKG_VERSION)-stable PKG_SOURCE:=libevent-$(PKG_VERSION)-stable.tar.gz -PKG_SOURCE_URL:=http://www.monkey.org/~provos/ \ - @SF/levent +PKG_SOURCE_URL:=@SF/levent PKG_MD5SUM:=c4c56f986aa985677ca1db89630a2e11 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> PKG_LICENSE:=BSD-3-Clause |