tcsh: bump to version 6.20
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
This commit is contained in:
parent
be42f943d1
commit
cc5a56540a
1 changed files with 9 additions and 7 deletions
|
@ -7,14 +7,16 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=tcsh
|
PKG_NAME:=tcsh
|
||||||
PKG_VERSION:=6.19.01
|
PKG_VERSION:=6.20.00
|
||||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=git://github.com/tcsh-org/tcsh
|
PKG_SOURCE_URL:= \
|
||||||
PKG_SOURCE_VERSION:=8c5c7ed707534a7fe0c41aef43420f2d64cb0607
|
http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/ \
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/old/ \
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
ftp://ftp.astron.com/pub/tcsh/ \
|
||||||
|
ftp://ftp.astron.com/pub/tcsh/old
|
||||||
|
PKG_MD5SUM:=59d40ef40a68e790d95e182069431834
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=Copyright
|
PKG_LICENSE_FILES:=Copyright
|
||||||
|
|
Loading…
Reference in a new issue