diff options
author | Nuno Goncalves <nunojpg@gmail.com> | 2015-07-11 21:20:43 +0100 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2015-07-11 21:20:43 +0100 |
commit | 097c3085aa46e20d90b6c98f1785bb85a3298364 (patch) | |
tree | adf67086b2392bb23bd5b9c6b8bfadcbe69559ee | |
parent | b70ffeb76df448da0b213b6f420bd360813c21d4 (diff) |
tcsh: add source mirrors
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
-rw-r--r-- | utils/tcsh/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/utils/tcsh/Makefile b/utils/tcsh/Makefile index 2c68a4a0d..8e2f7a2cf 100644 --- a/utils/tcsh/Makefile +++ b/utils/tcsh/Makefile @@ -8,10 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcsh PKG_VERSION:=6.19.00 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/ +PKG_SOURCE_URL:= \ + http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/ \ + http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/old/ \ + ftp://ftp.astron.com/pub/tcsh/ \ + ftp://ftp.astron.com/pub/tcsh/old PKG_MD5SUM:=f5f854833578647795bc906dd4bcb5d5 PKG_LICENSE:=BSD-4-Clause-UC PKG_LICENSE_FILES:=Copyright |