diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-01-18 18:38:40 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-18 19:48:38 +0100 |
| commit | 9bef06906da76b394e9d0b5857f0b0598afed7dc (patch) | |
| tree | 09a45902ff8a558f8aa6a6c5b99501a10489f6af /package/libevent/Config.in | |
| parent | cd81c9817137d9de10347502b2d5d53127081c2f (diff) | |
| download | buildroot-9bef06906da76b394e9d0b5857f0b0598afed7dc.tar.gz buildroot-9bef06906da76b394e9d0b5857f0b0598afed7dc.zip | |
package/libevent: Fix broken download URL
Upstream URL has changed on Sourceforge:
>>> libevent 2.0.22-stable Downloading
--2016-01-17 23:06:31-- http://downloads.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-01-17 23:06:31 ERROR 404: Not Found.
Additionally the project moved to github:
http://sourceforge.net/projects/levent/
"As of 2015-10-07, this project may now be found at
https://github.com/libevent/libevent."
This patch points Config.in to the new upstream URL and fixes the broken
download URL by using github.com.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libevent/Config.in')
| -rw-r--r-- | package/libevent/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libevent/Config.in b/package/libevent/Config.in index 680fa48571..c32f29e5b0 100644 --- a/package/libevent/Config.in +++ b/package/libevent/Config.in @@ -3,4 +3,4 @@ config BR2_PACKAGE_LIBEVENT help Userspace library for handling asynchronous notifications - http://monkey.org/~provos/ + http://libevent.org |

