From e1ea1714fb0f1b3d5f50d9ac7419f64f3b8921db Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 11 Jun 2016 17:44:25 +0200 Subject: [PATCH] txr: fix checksum tar timstamps changed. --- srcpkgs/txr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template index bc9ddf7fd85..d39b1a494a2 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=2f388efdfa0d070b267678ec586a6161bd8233bc3c1ca4338e2b6f7413f9cb90 +checksum=f8d0931c73403c650de4585fd22f9f82543ae930bb21409d4106dedbb214b6da do_configure() { ./configure --prefix=/usr "--ccname=${CC}" "--platform-cflags=-std=c99 ${CFLAGS}" "--platform-ldflags=${LDFLAGS}"