sed: update to 4.2.2.

This commit is contained in:
Juan RP 2012-12-23 01:28:55 +01:00
parent aa5ac15a78
commit a8da13ade2

View File

@ -1,17 +1,15 @@
# Template file for 'sed'
pkgname=sed
version=4.2.1
revision=3
homepage="http://www.gnu.org/software/sed"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
version=4.2.2
revision=1
build_style=gnu-configure
configure_args="--without-included-regex"
makedepends="acl-devel"
short_desc="The GNU stream editor"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
checksum=8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
homepage="http://www.gnu.org/software/sed"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
checksum=fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff
long_desc="
Sed, the GNU Stream Editor, copies the named files (standard input default)
to the standard output, edited according to a script of commands."