tab: update to 7.1.
This commit is contained in:
parent
3892e0273b
commit
e14f2ac52d
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'tab'
|
||||
pkgname=tab
|
||||
version=7.0
|
||||
version=7.1
|
||||
revision=1
|
||||
wrksrc="tkatchev-tab-77834ca2b948"
|
||||
wrksrc="tkatchev-tab-0b0349843e91"
|
||||
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=82a21f776d7234f7e6c310a3ab4e74964e61da97dda3c580c2f689314204606b
|
||||
checksum=4a9071f180927fa861c5b4914d56dd84c0008ec755082628da834ba679185932
|
||||
|
||||
do_build() {
|
||||
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
|
||||
|
|
Loading…
Add table
Reference in a new issue