From: Jaime Date: Tue, 9 May 2017 07:53:06 +0000 (+0200) Subject: Fix PKG_SOURCE_URL for libpri X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=65b549d660f613967649ea5e4135602e0063139f;p=feed%2Ftelephony.git Fix PKG_SOURCE_URL for libpri --- diff --git a/libs/libpri/Makefile b/libs/libpri/Makefile index 079f4fb..c81d72e 100644 --- a/libs/libpri/Makefile +++ b/libs/libpri/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.4.15 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/libpri/ +PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/libpri/old/ PKG_MD5SUM:=206fbcf014ad85bf6613f169ca425e7f PKG_MAINTAINER:=Daniel Golle