tab: update to 6.2.3.

This commit is contained in:
Leah Neukirchen 2017-08-05 19:02:07 +02:00
parent 265a8294ea
commit bd2472c7bd
1 changed files with 3 additions and 3 deletions

View File

@ -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 <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=19edd1183ee0e3bb9d79e022141567779ef42d9ebddbfd09317aaf5bc700be8d
checksum=61cdc47f86e150bbdb47b0d7d8a930f17238ebea92b8af9a7aa9c26e12e7a3ec
do_build() {
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm