ed: update to 1.11.

This commit is contained in:
Juan RP 2015-04-01 22:24:45 +02:00
parent 7087f3afdc
commit 14021f414b

View file

@ -1,6 +1,6 @@
# Template file for 'ed'
pkgname=ed
version=1.10
version=1.11
revision=1
build_style=gnu-configure
hostmakedepends="lzip"
@ -9,8 +9,8 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.gnu.org/software/ed/ed.html"
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.lz"
checksum=9540092c12309b2f4a294fdb8f5bd25f1ad5906a627518486e7733576a637e9a
checksum=bd146ede5f225e20946ad94ef6bdf07939313bcc41dde5d2beedcea1a147a134
do_build() {
make CC=$CC
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
}