ed: update to 1.6.

This commit is contained in:
Juan RP 2012-01-02 10:21:08 +01:00
parent 69d5246229
commit 5c7a08dcd8

View file

@ -1,13 +1,14 @@
# Template file for 'ed' # Template file for 'ed'
pkgname=ed pkgname=ed
version=1.5 version=1.6
homepage="http://www.gnu.org/software/ed/ed.html"
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.gz" distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--prefix=/ --mandir=/usr/share/man --infodir=/usr/share/info" configure_args="--prefix=/ --mandir=/usr/share/man --infodir=/usr/share/info"
revision=1
short_desc="GNU Line-oriented text editor" short_desc="GNU Line-oriented text editor"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=97dd34a49ebc9c97e414b90a087d63eafc41377a340848c97e75a9cba187fba1 license="GPL-3"
checksum=211c67b0c4aae277d34b1c5f842db1952e468e5905142868e4718ac838f08a65
long_desc=" long_desc="
GNU ed is a line-oriented text editor. It is used to create, display, modify GNU ed is a line-oriented text editor. It is used to create, display, modify
and otherwise manipulate text files, both interactively and via shell scripts. and otherwise manipulate text files, both interactively and via shell scripts.