libpri: add old release dir to mirrors 114/head
authorMantas Pucka <mantas@8devices.com>
Fri, 10 Jun 2016 11:40:33 +0000 (14:40 +0300)
committerMantas Pucka <mantas@8devices.com>
Fri, 10 Jun 2016 11:42:30 +0000 (14:42 +0300)
Signed-off-by: Mantas Pucka <mantas@8devices.com>
libs/libpri/Makefile

index becf8f95eda6d1ff46657353b5bdcfa405c09528..2225086e9bca4b20d937f725b4cbe04a1a501907 100644 (file)
@@ -9,10 +9,12 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libpri
 PKG_VERSION:=1.4.15
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 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/ \
+       http://downloads.asterisk.org/pub/telephony/libpri/old/
 PKG_MD5SUM:=206fbcf014ad85bf6613f169ca425e7f
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>