mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
tab: update to 7.0.
This commit is contained in:
parent
8ef105740b
commit
1c6a0becf7
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'tab'
|
||||
pkgname=tab
|
||||
version=6.3
|
||||
version=7.0
|
||||
revision=1
|
||||
wrksrc="tkatchev-tab-b0f13446fa4f"
|
||||
wrksrc="tkatchev-tab-77834ca2b948"
|
||||
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=b58bb27e4daf161066e99e9665e51a3ba49ffc57daaf295d3bc925b64bd1b310
|
||||
checksum=82a21f776d7234f7e6c310a3ab4e74964e61da97dda3c580c2f689314204606b
|
||||
|
||||
do_build() {
|
||||
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
|
||||
|
|
Loading…
Add table
Reference in a new issue