tab: update to 6.2.1.

This commit is contained in:
Leah Neukirchen 2017-05-17 13:04:51 +02:00
parent 066460740f
commit d8d552c9b6

View file

@ -1,14 +1,14 @@
# Template file for 'tab'
pkgname=tab
version=6.2
version=6.2.1
revision=1
wrksrc="tkatchev-tab-948c36918511"
wrksrc="tkatchev-tab-55d384458ecc"
short_desc="Shell language for text/number manipulation"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Boost Software License 1.0"
homepage="http://tkatchev.bitbucket.io/tab/"
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
checksum=5a456269def9bb6a5ce1fe49a2fb5d0b320b797eb33012e618b6437f5af17cad
checksum=374e1e8a6e4e6a90ab7faf54a5603c969fcbe64d2dc01f5da44990e1e25d715e
do_build() {
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm