tab: update to 6.1.
This commit is contained in:
parent
fccdf66c90
commit
c51ad741c3
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'tab'
|
# Template file for 'tab'
|
||||||
pkgname=tab
|
pkgname=tab
|
||||||
version=6.0
|
version=6.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="tkatchev-tab-19b5a0ea71ae"
|
wrksrc="tkatchev-tab-388a97e074ce"
|
||||||
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="Boost Software License 1.0"
|
license="Boost Software License 1.0"
|
||||||
homepage="http://tkatchev.bitbucket.org/tab/"
|
homepage="http://tkatchev.bitbucket.org/tab/"
|
||||||
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
|
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
|
||||||
checksum=e5b054c307d4b0ad2c026616e979af212ee1145d430a2422f98bcea74283cce9
|
checksum=63f5b44bc522e365a72e4eb98ce06af790bd63b67073214c08d8dfcbeb305961
|
||||||
|
|
||||||
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