tab: update to 6.2.
This commit is contained in:
parent
457cb6191a
commit
37b8d0c156
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'tab'
|
||||
pkgname=tab
|
||||
version=6.1
|
||||
version=6.2
|
||||
revision=1
|
||||
wrksrc="tkatchev-tab-388a97e074ce"
|
||||
wrksrc="tkatchev-tab-948c36918511"
|
||||
short_desc="Shell language for text/number manipulation"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Boost Software License 1.0"
|
||||
homepage="http://tkatchev.bitbucket.org/tab/"
|
||||
homepage="http://tkatchev.bitbucket.io/tab/"
|
||||
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
|
||||
checksum=63f5b44bc522e365a72e4eb98ce06af790bd63b67073214c08d8dfcbeb305961
|
||||
checksum=5a456269def9bb6a5ce1fe49a2fb5d0b320b797eb33012e618b6437f5af17cad
|
||||
|
||||
do_build() {
|
||||
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
|
||||
|
|
Loading…
Reference in a new issue