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