diff --git a/srcpkgs/tab/template b/srcpkgs/tab/template index 46b480a1783..d94991d1c0b 100644 --- a/srcpkgs/tab/template +++ b/srcpkgs/tab/template @@ -1,14 +1,14 @@ # Template file for 'tab' pkgname=tab -version=6.2.2 +version=6.2.3 revision=1 -wrksrc="tkatchev-tab-efe6f906ae05" +wrksrc="tkatchev-tab-3afe351a9c65" short_desc="Shell language for text/number manipulation" maintainer="Leah Neukirchen " license="Boost Software License 1.0" homepage="http://tkatchev.bitbucket.io/tab/" distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2" -checksum=19edd1183ee0e3bb9d79e022141567779ef42d9ebddbfd09317aaf5bc700be8d +checksum=61cdc47f86e150bbdb47b0d7d8a930f17238ebea92b8af9a7aa9c26e12e7a3ec do_build() { ${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm