From 791607c4880660bb5ee1f6ade54091ef612892b4 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 18 Feb 2015 20:42:57 +0100 Subject: [PATCH] ortp: fix md5sum, change download url (thanks to hnyman) Signed-off-by: Nicolas Thill --- libs/ortp/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libs/ortp/Makefile b/libs/ortp/Makefile index dadb5da03b..21c79b9cca 100644 --- a/libs/ortp/Makefile +++ b/libs/ortp/Makefile @@ -12,10 +12,8 @@ PKG_VERSION:=0.23.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:= \ - http://download.savannah.gnu.org/releases-noredirect/linphone/ortp/sources/ \ - http://www.very-clever.com/download/nongnu/linphone/ortp/sources/ -PKG_MD5SUM:=2b0281600cb958d1c94e318a86b62fe3 +PKG_SOURCE_URL:=@SAVANNAH/linphone/ortp/sources +PKG_MD5SUM:=fb833cc7a66ec1a0c1b75016130e7e6d PKG_LICENSE:=LGPL-2.1 PKG_LICENSE_FILES:=COPYING -- 2.30.2