txr: update to 200.

This commit is contained in:
maxice8 2018-11-05 19:35:00 -02:00 committed by maxice8
parent 4a080fbf76
commit 18f28e034b
1 changed files with 3 additions and 3 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'txr' # Template file for 'txr'
pkgname=txr pkgname=txr
version=199 version=200
revision=1 revision=1
build_style=configure build_style=configure
make_check_target=tests
hostmakedepends="bison flex" hostmakedepends="bison flex"
short_desc="Programming language for convenient data munging" short_desc="Programming language for convenient data munging"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>" maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="http://www.nongnu.org/txr/" homepage="http://www.nongnu.org/txr/"
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2" distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
checksum=4bfe131c4db363832be68e373833b291f720c9265ae3cdd55d780424bf692da3 checksum=eeea8cf6be0fe0f30b2a7f7416a8011c806fb4d9b97dba9d7c7d7ca5bfdf7c9d
make_check_target=tests
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" txr" hostmakedepends+=" txr"