diff options
author | Arn0 <yth@ythogtha.org> | 2023-04-11 08:59:05 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:33 +0700 |
commit | 20326326c88c5cc8bc7a69a9f0c036f7cdf386b4 (patch) | |
tree | 8f56aa4cc1a9f99206a9c80fc03c9e62be2fd26d /graphics | |
parent | 603374e496789216641025da19ab1ddac32fcf1a (diff) |
graphics/graphviz: Updated for version 8.0.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 2eee74667b48..758d2c252a9d 100644 --- a/graphics/graphviz/graphviz.SlackBuild +++ b/graphics/graphviz/graphviz.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=graphviz -VERSION=${VERSION:-8.0.1} +VERSION=${VERSION:-8.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/graphviz/graphviz.info b/graphics/graphviz/graphviz.info index 1435f3afc7ea..ceea164557aa 100644 --- a/graphics/graphviz/graphviz.info +++ b/graphics/graphviz/graphviz.info @@ -1,8 +1,8 @@ PRGNAM="graphviz" -VERSION="8.0.1" +VERSION="8.0.2" HOMEPAGE="https://www.graphviz.org/" -DOWNLOAD="https://gitlab.com/graphviz/graphviz/-/archive/8.0.1/graphviz-8.0.1.tar.bz2" -MD5SUM="779eb86f8de4d3337e2049c9825c5dab" +DOWNLOAD="https://gitlab.com/graphviz/graphviz/-/archive/8.0.2/graphviz-8.0.2.tar.bz2" +MD5SUM="4824eda98a61deeacbf5cb7c511edeee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |