diff options
author | Arn0 <yth@ythogtha.org> | 2023-04-24 20:03:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 18:11:51 +0700 |
commit | 9cc66b94689f4eeae946186bacda0d8b32ed04e4 (patch) | |
tree | f530f97def8030f7794a6845813add36459b7d22 /graphics | |
parent | 7b4194e41f71111ff291cf681266805461366db5 (diff) |
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>
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 27f9c84c44a7..3c740d890ee0 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.3} +VERSION=${VERSION:-8.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/graphviz/graphviz.info b/graphics/graphviz/graphviz.info index 229525fd0e31..53956b7d1aa3 100644 --- a/graphics/graphviz/graphviz.info +++ b/graphics/graphviz/graphviz.info @@ -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="" |