tab: update to 6.2.2.

This commit is contained in:
Leah Neukirchen 2017-06-10 15:20:10 +02:00
parent 084520690f
commit d985c937b9

View file

@ -1,14 +1,14 @@
# Template file for 'tab'
pkgname=tab
version=6.2.1
version=6.2.2
revision=1
wrksrc="tkatchev-tab-55d384458ecc"
wrksrc="tkatchev-tab-efe6f906ae05"
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=374e1e8a6e4e6a90ab7faf54a5603c969fcbe64d2dc01f5da44990e1e25d715e
checksum=19edd1183ee0e3bb9d79e022141567779ef42d9ebddbfd09317aaf5bc700be8d
do_build() {
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm