diff options
author | Nuno Goncalves <nunojpg@gmail.com> | 2016-11-11 08:50:30 +0100 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2016-11-12 22:25:32 +0100 |
commit | 325c2ebbf8b8ea182d5414f0b5ca02492d1cf0bc (patch) | |
tree | e2b9eb3ba125fae59c3fe939199f2cf6fb5d9b61 /utils | |
parent | 4b5577016cd8f1e4b75a88e5d62e55ec431e5926 (diff) |
tcsh: bump to version 6.19.01
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/tcsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tcsh/Makefile b/utils/tcsh/Makefile index 5d7e4a1d6..210901f3b 100644 --- a/utils/tcsh/Makefile +++ b/utils/tcsh/Makefile @@ -12,7 +12,7 @@ PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/tcsh-org/tcsh -PKG_SOURCE_VERSION:=26ef8ea3dd79fbe5311d80a69d490c0d46151543 +PKG_SOURCE_VERSION:=8c5c7ed707534a7fe0c41aef43420f2d64cb0607 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) |