From 1c6a0becf71d92884a6d2a6db18763a3b9b96a12 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 20 Apr 2019 16:59:49 +0200 Subject: [PATCH] tab: update to 7.0. --- srcpkgs/tab/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tab/template b/srcpkgs/tab/template index acb97fe8c48..9ea98e56924 100644 --- a/srcpkgs/tab/template +++ b/srcpkgs/tab/template @@ -1,14 +1,14 @@ # Template file for 'tab' pkgname=tab -version=6.3 +version=7.0 revision=1 -wrksrc="tkatchev-tab-b0f13446fa4f" +wrksrc="tkatchev-tab-77834ca2b948" short_desc="Shell language for text/number manipulation" maintainer="Leah Neukirchen " license="BSL-1.0" homepage="http://tkatchev.bitbucket.io/tab/" distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2" -checksum=b58bb27e4daf161066e99e9665e51a3ba49ffc57daaf295d3bc925b64bd1b310 +checksum=82a21f776d7234f7e6c310a3ab4e74964e61da97dda3c580c2f689314204606b do_build() { ${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm