From d351fe0e1ceb15e744377edd7d22dc358336dbee Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 30 May 2016 07:54:38 +0200 Subject: [PATCH] txr: update to 142. --- srcpkgs/txr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template index bcf2470d70c..dfa20aa7924 100644 --- a/srcpkgs/txr/template +++ b/srcpkgs/txr/template @@ -1,6 +1,6 @@ # Template file for 'txr' pkgname=txr -version=141 +version=142 revision=1 build_style=configure hostmakedepends="bison flex" @@ -9,7 +9,7 @@ maintainer="Oliver Kiddle " license="BSD" homepage="http://www.nongnu.org/txr/" distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2" -checksum=c548e58af5c63cc6d9b71880417309435676903d842e3e528812030bf0ef21d2 +checksum=40f2201c7c6aa123826b2a2427828cf7372fd9c7f1afbd3ab505bb8ceb0da718 do_configure() { ./configure --prefix=/usr "--ccname=${CC}" "--platform-cflags=-std=c99 ${CFLAGS}" "--platform-ldflags=${LDFLAGS}"