Browse Source
graphics/graphviz: updated for version 13.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/308/head
Arn0
3 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
graphics/graphviz/graphviz.SlackBuild
-
graphics/graphviz/graphviz.info
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=graphviz |
|
|
|
VERSION=${VERSION:-12.2.1} |
|
|
|
VERSION=${VERSION:-13.1.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="graphviz" |
|
|
|
VERSION="12.2.1" |
|
|
|
VERSION="13.1.0" |
|
|
|
HOMEPAGE="https://www.graphviz.org/" |
|
|
|
DOWNLOAD="https://gitlab.com/graphviz/graphviz/-/archive/12.2.1/graphviz-12.2.1.tar.bz2" |
|
|
|
MD5SUM="4a4dbe47b00b07cd6ba01c75f7d02e6a" |
|
|
|
DOWNLOAD="https://gitlab.com/graphviz/graphviz/-/archive/13.1.0/graphviz-13.1.0.tar.bz2" |
|
|
|
MD5SUM="1f843cc3c31d9b07dc2e41f243979d04" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|