tab: update to 6.2.4.

This commit is contained in:
Leah Neukirchen 2018-08-21 16:20:58 +02:00
parent 80d214eb6a
commit 0476e7246c

View file

@ -1,14 +1,14 @@
# Template file for 'tab'
pkgname=tab
version=6.2.3
revision=2
wrksrc="tkatchev-tab-3afe351a9c65"
version=6.2.4
revision=1
wrksrc="tkatchev-tab-5f844032197b"
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=61cdc47f86e150bbdb47b0d7d8a930f17238ebea92b8af9a7aa9c26e12e7a3ec
checksum=3c3fbdf8d735316c64a654505e44a28baa75d6a7ff4d3065dfcc72bf2cea8411
do_build() {
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm