diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-01-20 04:22:04 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:03 +0700 |
commit | 2617b36f370311194bf9a6861ab1e3166bf67292 (patch) | |
tree | 95a5cf2f0ec85b47140e577a56cb959c7a7139e2 /python/gi-docgen | |
parent | 3e8c0dd01cf284b5acaf3a16ef00e7ccc261fc2e (diff) |
python/gi-docgen: Updated for version 2023.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/gi-docgen')
-rw-r--r-- | python/gi-docgen/gi-docgen.SlackBuild | 4 | ||||
-rw-r--r-- | python/gi-docgen/gi-docgen.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/gi-docgen/gi-docgen.SlackBuild b/python/gi-docgen/gi-docgen.SlackBuild index 9531de7896641..a6fc4d340a50e 100644 --- a/python/gi-docgen/gi-docgen.SlackBuild +++ b/python/gi-docgen/gi-docgen.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gi-docgen -# Copyright 2022 Steven Voges <Oregon, USA> +# Copyright 2022-2023 Steven Voges <Oregon, USA> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gi-docgen -VERSION=${VERSION:-2022.2} +VERSION=${VERSION:-2023.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/gi-docgen/gi-docgen.info b/python/gi-docgen/gi-docgen.info index 1faa9e49e22fd..ce0c8c09a82d4 100644 --- a/python/gi-docgen/gi-docgen.info +++ b/python/gi-docgen/gi-docgen.info @@ -1,8 +1,8 @@ PRGNAM="gi-docgen" -VERSION="2022.2" +VERSION="2023.1" HOMEPAGE="https://gnome.pages.gitlab.gnome.org/gi-docgen" -DOWNLOAD="https://gitlab.gnome.org/GNOME/gi-docgen/-/archive/2022.2/gi-docgen-2022.2.tar.gz" -MD5SUM="ee652baf957fa4ece472ffed96425678" +DOWNLOAD="https://gitlab.gnome.org/GNOME/gi-docgen/-/archive/2023.1/gi-docgen-2023.1.tar.gz" +MD5SUM="844e84610246501d3303ae9150d0cc24" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-toml python3-typogrify" |