tab: update to 9.1.

This commit is contained in:
Leah Neukirchen 2022-03-23 14:35:23 +01:00
parent 1b439057c3
commit d7266508f9

View file

@ -1,15 +1,15 @@
# Template file for 'tab'
pkgname=tab
version=9.0
version=9.1
revision=1
wrksrc="tkatchev-tab-95a2e7a0d12d"
wrksrc="tkatchev-tab-457574615bf4"
checkdepends="python3"
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=1df7244af5db044fc4a6a38f2aa22e040246580bddd89bccb64d3967699d01d1
checksum=ccc72e4c8a5f0d7786a8c4a4c8b8dd5599ad867c876605b2cacad7f32c30651a
do_build() {
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm