diff options
author | kim <kim@pkgsrc.org> | 2022-05-12 14:51:30 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2022-05-12 14:51:30 +0000 |
commit | d6c5a3fae2483dba403ca65103187ff4091a52e2 (patch) | |
tree | a5f43c401b51be4111da9154527609db2428f083 /shells | |
parent | e94804df66d435ca8405535483e6c3e061095ca4 (diff) | |
download | pkgsrc-d6c5a3fae2483dba403ca65103187ff4091a52e2.tar.gz |
{,standalone-,static-}tcsh: Update to 6.24.01:
Changes since 6.24.00:
3. V6.24.01 - 20220512
2. Fix quoting of ! characters in history recall (Kimmo Suominen)
1. Fix return status of which (Jamie Landeg-Jones)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile.common | 4 | ||||
-rw-r--r-- | shells/tcsh/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/shells/tcsh/Makefile.common b/shells/tcsh/Makefile.common index 51e91c9f5a1..13dde72f99a 100644 --- a/shells/tcsh/Makefile.common +++ b/shells/tcsh/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.5 2022/02/02 11:27:13 kim Exp $ +# $NetBSD: Makefile.common,v 1.6 2022/05/12 14:51:30 kim Exp $ # # used by shells/standalone-tcsh/Makefile # used by shells/static-tcsh/Makefile # used by shells/tcsh/Makefile -DISTNAME= tcsh-6.24.00 +DISTNAME= tcsh-6.24.01 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ MASTER_SITES+= http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/ diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index 537bbc7ece5..2a219352273 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.59 2022/02/02 11:27:13 kim Exp $ +$NetBSD: distinfo,v 1.60 2022/05/12 14:51:30 kim Exp $ -BLAKE2s (tcsh-6.24.00.tar.gz) = f140d7f1d5d64d753b034ec224a456ed51df51fa22d77a665df3f44a549adac5 -SHA512 (tcsh-6.24.00.tar.gz) = 0a50332aadd4309a8b1506a4771ac77c5368c4e1952dd719bd01eca15711743983ff13ec7098dbaf565b4293ac0355ff565344991e0d0c0c9ef75237220e7730 -Size (tcsh-6.24.00.tar.gz) = 949411 bytes +BLAKE2s (tcsh-6.24.01.tar.gz) = 68d7c4357de96bb95388d738d1aa6d498278d1f945ef6569883640f1431e7b28 +SHA512 (tcsh-6.24.01.tar.gz) = 47425f9bc5ae3df163fe1c9f8a1b1a6c3893b186843d561fb7020c75561587286036cc679212f17fd0f760735d9e01da414e60a69db0ffcb74276f053ea80479 +Size (tcsh-6.24.01.tar.gz) = 949438 bytes |