tcsh: update to 6.23.00.
This commit is contained in:
parent
4512bfe89c
commit
b9691004a2
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tcsh'
|
||||
pkgname=tcsh
|
||||
version=6.22.04
|
||||
version=6.23.00
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
conf_files="/etc/csh.login /etc/csh.cshrc"
|
||||
|
@ -8,9 +8,9 @@ makedepends="ncurses-devel automake"
|
|||
short_desc="Enhanced but compatible version of the Berkeley C shell"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.tcsh.org/"
|
||||
distfiles="http://ftp.astron.com/pub/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=eb16356243218c32f39e07258d72bf8b21e62ce94bb0e8a95e318b151397e231
|
||||
homepage="https://www.tcsh.org/"
|
||||
distfiles="https://astron.com/pub/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=4ebeb2f33633d115d9535f554c651a8523040d8d91e5de333fb2ee045b8e001e
|
||||
register_shell="/bin/tcsh /bin/csh"
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue