diff options
| author | Mantas Pucka | 2016-06-10 11:40:33 +0000 |
|---|---|---|
| committer | Mantas Pucka | 2016-06-10 11:42:30 +0000 |
| commit | 95b9f91748ecf310d986157278a9be8b583d1a00 (patch) | |
| tree | 1bcdd29e4b4dc831248f4f6059c51191dd116fad | |
| parent | 7a4de7c71d157ad93fccced96185e778bfb8132f (diff) | |
| download | telephony-95b9f91748ecf310d986157278a9be8b583d1a00.tar.gz | |
libpri: add old release dir to mirrors
Signed-off-by: Mantas Pucka <mantas@8devices.com>
| -rw-r--r-- | libs/libpri/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/libpri/Makefile b/libs/libpri/Makefile index becf8f9..2225086 100644 --- a/libs/libpri/Makefile +++ b/libs/libpri/Makefile @@ -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> |