mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
graphics/graphviz: updated for version 12.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
743a369c72
commit
ea320ba3ac
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=graphviz
|
PRGNAM=graphviz
|
||||||
VERSION=${VERSION:-11.0.0}
|
VERSION=${VERSION:-12.0.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="graphviz"
|
PRGNAM="graphviz"
|
||||||
VERSION="11.0.0"
|
VERSION="12.0.0"
|
||||||
HOMEPAGE="https://www.graphviz.org/"
|
HOMEPAGE="https://www.graphviz.org/"
|
||||||
DOWNLOAD="https://gitlab.com/graphviz/graphviz/-/archive/11.0.0/graphviz-11.0.0.tar.bz2"
|
DOWNLOAD="https://gitlab.com/graphviz/graphviz/-/archive/12.0.0/graphviz-12.0.0.tar.bz2"
|
||||||
MD5SUM="cbc948bb249ff4a26cd3f0ef35938a98"
|
MD5SUM="afc1506482e0adad0242998100e0bf3c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue