From e88d41ca70484887bc187c5d88300a52e910b8c9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 1 Jan 2017 19:06:02 +0100 Subject: [PATCH] tab: update to 6.0. --- srcpkgs/tab/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/tab/template b/srcpkgs/tab/template index 1c555e645af..87b78ffb5bc 100644 --- a/srcpkgs/tab/template +++ b/srcpkgs/tab/template @@ -1,14 +1,14 @@ # Template file for 'tab' pkgname=tab -version=4.1 +version=6.0 revision=1 -wrksrc="tkatchev-tab-8d6175e2fa83" +wrksrc="tkatchev-tab-19b5a0ea71ae" short_desc="Shell language for text/number manipulation" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " license="Boost Software License 1.0" homepage="http://tkatchev.bitbucket.org/tab/" distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2" -checksum=a24e364544c71008f03b4ddb6c72163c219099e88ab6429fdeeb4929977cca52 +checksum=e5b054c307d4b0ad2c026616e979af212ee1145d430a2422f98bcea74283cce9 do_build() { ${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm @@ -17,4 +17,5 @@ do_build() { do_install() { vbin tab vlicense LICENSE.txt LICENSE + vdoc README.md }