From 41e631d39c57a4cb67291374949a8a448c2263a3 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 2 Jan 2016 10:21:42 -0500 Subject: [PATCH] libevent: Follow move to github --- packages/libevent/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/libevent/build.sh b/packages/libevent/build.sh index 18a7eeaf..7108e06f 100755 --- a/packages/libevent/build.sh +++ b/packages/libevent/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://libevent.org/ TERMUX_PKG_DESCRIPTION="Library that provides asynchronous event notification" TERMUX_PKG_VERSION=2.0.22 -TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-${TERMUX_PKG_VERSION}-stable.tar.gz +TERMUX_PKG_SRCURL=https://github.com/libevent/libevent/releases/download/release-${TERMUX_PKG_VERSION}-stable/libevent-${TERMUX_PKG_VERSION}-stable.tar.gz # Strip away libevent core, extra and openssl libraries until someone uses them TERMUX_PKG_RM_AFTER_INSTALL="bin/event_rpcgen.py lib/libevent_*" -- 2.11.0