From cc5a56540ab240eed28d13522766f1d9e161f28d Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Mon, 28 Nov 2016 09:41:06 +0100 Subject: [PATCH] tcsh: bump to version 6.20 Signed-off-by: Nuno Goncalves --- utils/tcsh/Makefile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/utils/tcsh/Makefile b/utils/tcsh/Makefile index 210901f3b..7b0d188ac 100644 --- a/utils/tcsh/Makefile +++ b/utils/tcsh/Makefile @@ -7,14 +7,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcsh -PKG_VERSION:=6.19.01 -PKG_RELEASE:=$(PKG_SOURCE_VERSION) - -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://github.com/tcsh-org/tcsh -PKG_SOURCE_VERSION:=8c5c7ed707534a7fe0c41aef43420f2d64cb0607 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_VERSION:=6.20.00 +PKG_RELEASE:=1 + +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +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:=59d40ef40a68e790d95e182069431834 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=Copyright