mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/vis: Updated for version 0.8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
35d965dbba
commit
2ee171964d
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vis
|
||||
VERSION=${VERSION:-0.7}
|
||||
VERSION=${VERSION:-0.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vis"
|
||||
VERSION="0.7"
|
||||
VERSION="0.8"
|
||||
HOMEPAGE="https://github.com/martanne/vis"
|
||||
DOWNLOAD="https://github.com/martanne/vis/releases/download/v0.7/vis-0.7.tar.gz"
|
||||
MD5SUM="a45ba03d1fa4785ee5693f9619f22e85"
|
||||
DOWNLOAD="https://github.com/martanne/vis/releases/download/v0.8/vis-0.8.tar.gz"
|
||||
MD5SUM="1da929a33dc09988d553e4a0461b5da6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libtermkey lua53 lua-lpeg tre"
|
||||
|
|
Loading…
Reference in a new issue