diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-06-01 18:28:43 -0700 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2021-06-04 12:19:57 +0200 |
commit | 3f2113db87efe57ecdaa8c07fdb4cdd2503987d1 (patch) | |
tree | 840e08a8397d070fd65964fdc67d9eeb794f3073 /utils/tcsh/Makefile | |
parent | 62c35172a439e637a01103af493a26a2c2d5bed3 (diff) |
tcsh: update to 6.22.04
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/tcsh/Makefile')
-rw-r--r-- | utils/tcsh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/tcsh/Makefile b/utils/tcsh/Makefile index f2a8ceb05..4f41e31ec 100644 --- a/utils/tcsh/Makefile +++ b/utils/tcsh/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcsh -PKG_VERSION:=6.22.03 -PKG_RELEASE:=1 +PKG_VERSION:=6.22.04 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ @@ -16,7 +16,7 @@ PKG_SOURCE_URL:= \ https://astron.com/pub/tcsh/old \ https://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh \ https://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/old -PKG_HASH:=be2cfd653d2a0c7f506d2dd14c12324ba749bd484037be6df44a3973f52262b7 +PKG_HASH:=eb16356243218c32f39e07258d72bf8b21e62ce94bb0e8a95e318b151397e231 PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com> PKG_LICENSE:=BSD-3-Clause |