python/gi-docgen: Updated for version 2023.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Steven Voges 2023-01-20 04:22:04 +00:00 committed by Willy Sudiarto Raharjo
parent 3e8c0dd01c
commit 2617b36f37
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"