diff options
author | Kyle Guinn <elyk03@gmail.com> | 2025-02-11 22:15:22 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-15 16:49:00 +0700 |
commit | eb77ba10103af7c59e98b2141cc1df82d279f382 (patch) | |
tree | 219921b05fc8c483d7faf46abcbebb689eb49038 /graphics | |
parent | 72b2311a98aa207115368e253a7ac7b6f6f6a4fe (diff) |
graphics/xdot: Updated for version 1.4
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xdot/xdot.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/xdot/xdot.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/xdot/xdot.SlackBuild b/graphics/xdot/xdot.SlackBuild index 139343e5af..29e5a58313 100644 --- a/graphics/xdot/xdot.SlackBuild +++ b/graphics/xdot/xdot.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for xdot # # Copyright 2009-2010 Marco Bonetti <sid77@slackware.it> -# Copyright 2015-2024 Kyle Guinn <elyk03@gmail.com> +# Copyright 2015-2025 Kyle Guinn <elyk03@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xdot SRCNAM=xdot.py -VERSION=${VERSION:-1.3} +VERSION=${VERSION:-1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/xdot/xdot.info b/graphics/xdot/xdot.info index 3775b8110f..c3e4b69b69 100644 --- a/graphics/xdot/xdot.info +++ b/graphics/xdot/xdot.info @@ -1,8 +1,8 @@ PRGNAM="xdot" -VERSION="1.3" +VERSION="1.4" HOMEPAGE="https://github.com/jrfonseca/xdot.py" -DOWNLOAD="https://github.com/jrfonseca/xdot.py/archive/1.3/xdot.py-1.3.tar.gz" -MD5SUM="418bb65fa4672b3a605941017cb93317" +DOWNLOAD="https://github.com/jrfonseca/xdot.py/archive/1.4/xdot.py-1.4.tar.gz" +MD5SUM="f842fb862a0098f09b6f46ee8ce39947" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-numpy graphviz" |