ed: update to 1.16.

This commit is contained in:
mobinmob 2020-02-22 23:21:06 +02:00 committed by Juan RP
parent 74021afab5
commit cc5709f6df

View file

@ -1,6 +1,6 @@
# Template file for 'ed'
pkgname=ed
version=1.15
version=1.16
revision=1
build_style=gnu-configure
hostmakedepends="lzip"
@ -9,9 +9,8 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/ed/ed.html"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
checksum=ad4489c0ad7a108c514262da28e6c2a426946fb408a3977ef1ed34308bdfd174
checksum=cfc07a14ab048a758473ce222e784fbf031485bcd54a76f74acfee1f390d8b2c
do_build() {
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
}