From 37b8d0c156c62b2d4495c0372e79fc89288a0cf2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 27 Mar 2017 11:49:36 +0200 Subject: [PATCH] tab: update to 6.2. --- srcpkgs/tab/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/tab/template b/srcpkgs/tab/template index f5314b65b1..a353411bf9 100644 --- a/srcpkgs/tab/template +++ b/srcpkgs/tab/template @@ -1,14 +1,14 @@ # Template file for 'tab' pkgname=tab -version=6.1 +version=6.2 revision=1 -wrksrc="tkatchev-tab-388a97e074ce" +wrksrc="tkatchev-tab-948c36918511" short_desc="Shell language for text/number manipulation" maintainer="Leah Neukirchen " license="Boost Software License 1.0" -homepage="http://tkatchev.bitbucket.org/tab/" +homepage="http://tkatchev.bitbucket.io/tab/" distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2" -checksum=63f5b44bc522e365a72e4eb98ce06af790bd63b67073214c08d8dfcbeb305961 +checksum=5a456269def9bb6a5ce1fe49a2fb5d0b320b797eb33012e618b6437f5af17cad do_build() { ${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm