From 3b427afdadfecd9266c488cce50020343d034546 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 21 May 2016 11:44:57 +0200 Subject: [PATCH] txr: update to 141. --- srcpkgs/txr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template index c0feb4947bf..bcf2470d70c 100644 --- a/srcpkgs/txr/template +++ b/srcpkgs/txr/template @@ -1,6 +1,6 @@ # Template file for 'txr' pkgname=txr -version=140 +version=141 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=f382f7422633e0fefda1749c9ace610b744e18aafb96274f4bbc61836b66e781 +checksum=c548e58af5c63cc6d9b71880417309435676903d842e3e528812030bf0ef21d2 do_configure() { ./configure --prefix=/usr "--ccname=${CC}" "--platform-cflags=-std=c99 ${CFLAGS}" "--platform-ldflags=${LDFLAGS}"