graphics/graphviz: Updated for version 8.0.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7b4194e41f
commit
9cc66b9468
|
@ -28,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=graphviz
|
||||
VERSION=${VERSION:-8.0.3}
|
||||
VERSION=${VERSION:-8.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="graphviz"
|
||||
VERSION="8.0.3"
|
||||
VERSION="8.0.4"
|
||||
HOMEPAGE="https://www.graphviz.org/"
|
||||
DOWNLOAD="https://gitlab.com/graphviz/graphviz/-/archive/8.0.3/graphviz-8.0.3.tar.bz2"
|
||||
MD5SUM="c762db0a180bf8b9ba2ec76074d51fd5"
|
||||
DOWNLOAD="https://gitlab.com/graphviz/graphviz/-/archive/8.0.4/graphviz-8.0.4.tar.bz2"
|
||||
MD5SUM="5df2bccf802577eb171c18078fb880a3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue