Date: Friday, June 7, 2019 @ 17:08:48 Author: lfleischer Revision: 478189
upgpkg: tcsh 6.21.00-1 Upstream update. Modified: tcsh/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-07 17:06:43 UTC (rev 478188) +++ PKGBUILD 2019-06-07 17:08:48 UTC (rev 478189) @@ -3,11 +3,11 @@ # Contributor: Judd Vinet <[email protected]> pkgname=tcsh -pkgver=6.20.00 -pkgrel=2 +pkgver=6.21.00 +pkgrel=1 pkgdesc='Enhanced version of the Berkeley C shell.' arch=('x86_64') -url='http://www.tcsh.org/Welcome' +url='https://www.tcsh.org/' license=('BSD') depends=('ncurses') backup=('etc/csh.cshrc' @@ -16,7 +16,7 @@ source=("ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'csh.cshrc' 'csh.login') -md5sums=('59d40ef40a68e790d95e182069431834' +md5sums=('5bd5f11515cc5cca927777fa92f9d4b9' '7ca0fe6d1a1b9a0093f632499d4fb112' '4869b9da87c79854e2cc97241f125853')
