diff options
author | root <root@rshg054.dnsready.net> | 2012-02-24 23:15:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-24 23:15:21 +0000 |
commit | 299e917c17619f800f0c21cf43209065b608223f (patch) | |
tree | e175a7bbdb5d933670f10b09f1cc52ece45ced87 /community/tcsh | |
parent | d466ef49f224a9347fe0375eac8126725e10a0a4 (diff) |
Fri Feb 24 23:15:21 UTC 2012
Diffstat (limited to 'community/tcsh')
-rw-r--r-- | community/tcsh/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tcsh/PKGBUILD b/community/tcsh/PKGBUILD index fd9484acb..2c7edb257 100644 --- a/community/tcsh/PKGBUILD +++ b/community/tcsh/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 63350 2012-01-30 22:26:07Z lfleischer $ +# $Id: PKGBUILD 66330 2012-02-23 15:37:07Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=tcsh -pkgver=6.18.00 +pkgver=6.18.01 pkgrel=1 pkgdesc='Enhanced version of the Berkeley C shell.' arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ install='tcsh.install' source=("ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'csh.cshrc' 'csh.login') -md5sums=('ee9b3aa36fb38d32eab6a37a34e4c341' +md5sums=('6eed09dbd4223ab5b6955378450d228a' '7ca0fe6d1a1b9a0093f632499d4fb112' '4869b9da87c79854e2cc97241f125853') |