tab: update to 7.2.

This commit is contained in:
Leah Neukirchen 2019-10-05 13:34:02 +02:00
parent a0aa24c3f0
commit 9ba3af6876

View file

@ -1,14 +1,14 @@
# Template file for 'tab'
pkgname=tab
version=7.1
version=7.2
revision=1
wrksrc="tkatchev-tab-0b0349843e91"
wrksrc="tkatchev-tab-f2e160ebddf8"
short_desc="Shell language for text/number manipulation"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSL-1.0"
homepage="http://tkatchev.bitbucket.io/tab/"
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
checksum=4a9071f180927fa861c5b4914d56dd84c0008ec755082628da834ba679185932
checksum=446703528a7e51601371240a8fb74665aa98b02b2c89034ed61705bb3ff488b4
do_build() {
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm