diff options
author | Arn0 <yth@ythogtha.org> | 2023-04-05 10:33:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-07 06:40:20 +0700 |
commit | a819771df4d84ae62e3706966395dbfad70e3484 (patch) | |
tree | 8d567c79297bcf94a8eb874a30b93e7c0574ff03 /graphics | |
parent | 62ad8130b87ae2f3db4a3fc0e18baadc606cff0f (diff) |
graphics/graphviz: updated for version 8.0.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/graphviz.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/graphviz/graphviz.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/graphviz/graphviz.SlackBuild b/graphics/graphviz/graphviz.SlackBuild index e28b7b01e14ea..2eee74667b480 100644 --- a/graphics/graphviz/graphviz.SlackBuild +++ b/graphics/graphviz/graphviz.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=graphviz -VERSION=${VERSION:-7.1.0} +VERSION=${VERSION:-8.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/graphviz/graphviz.info b/graphics/graphviz/graphviz.info index 3646597b53bae..1435f3afc7eae 100644 --- a/graphics/graphviz/graphviz.info +++ b/graphics/graphviz/graphviz.info @@ -1,8 +1,8 @@ PRGNAM="graphviz" -VERSION="7.1.0" +VERSION="8.0.1" HOMEPAGE="https://www.graphviz.org/" -DOWNLOAD="https://gitlab.com/graphviz/graphviz/-/archive/7.1.0/graphviz-7.1.0.tar.bz2" -MD5SUM="495f7da354be58309d91a2e0d377ae3b" +DOWNLOAD="https://gitlab.com/graphviz/graphviz/-/archive/8.0.1/graphviz-8.0.1.tar.bz2" +MD5SUM="779eb86f8de4d3337e2049c9825c5dab" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |