From 0b593b526d55c96041a673e4bbed426e8f9ec960 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 5 Jun 2016 19:09:23 +0200 Subject: [PATCH] txr: fix checksum --- srcpkgs/txr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template index d670fa6032e..bc9ddf7fd85 100644 --- a/srcpkgs/txr/template +++ b/srcpkgs/txr/template @@ -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=02558be0dc05aa625810ed091a230587c95bbcffac24a6fa893c898fce237e81 +checksum=2f388efdfa0d070b267678ec586a6161bd8233bc3c1ca4338e2b6f7413f9cb90 do_configure() { ./configure --prefix=/usr "--ccname=${CC}" "--platform-cflags=-std=c99 ${CFLAGS}" "--platform-ldflags=${LDFLAGS}"