tab: update to 6.3.
This commit is contained in:
parent
0c683319f5
commit
a1279b3d67
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'tab'
|
# Template file for 'tab'
|
||||||
pkgname=tab
|
pkgname=tab
|
||||||
version=6.2.4
|
version=6.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=tkatchev-tab-5f844032197b
|
wrksrc="tkatchev-tab-b0f13446fa4f"
|
||||||
short_desc="Shell language for text/number manipulation"
|
short_desc="Shell language for text/number manipulation"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSL-1.0"
|
license="BSL-1.0"
|
||||||
homepage="http://tkatchev.bitbucket.io/tab/"
|
homepage="http://tkatchev.bitbucket.io/tab/"
|
||||||
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
|
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
|
||||||
checksum=3c3fbdf8d735316c64a654505e44a28baa75d6a7ff4d3065dfcc72bf2cea8411
|
checksum=b58bb27e4daf161066e99e9665e51a3ba49ffc57daaf295d3bc925b64bd1b310
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
|
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
|
||||||
|
|
Loading…
Reference in a new issue