diff --git a/srcpkgs/tab/template b/srcpkgs/tab/template index e4aa1ce90d2..1c555e645af 100644 --- a/srcpkgs/tab/template +++ b/srcpkgs/tab/template @@ -1,14 +1,14 @@ # Template file for 'tab' pkgname=tab -version=4.0 +version=4.1 revision=1 -wrksrc="tkatchev-tab-94c0265aaa8d" +wrksrc="tkatchev-tab-8d6175e2fa83" short_desc="Shell language for text/number manipulation" maintainer="Christian Neukirchen " license="Boost Software License 1.0" homepage="http://tkatchev.bitbucket.org/tab/" distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2" -checksum=bf660c48a8fcabc8b5ecfa4c34c9e4fdd20611413b098a63c63b2a4538371a38 +checksum=a24e364544c71008f03b4ddb6c72163c219099e88ab6429fdeeb4929977cca52 do_build() { ${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm