python/gi-docgen: Updated for version 2022.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Steven Voges 2022-11-12 06:49:05 +00:00 committed by Willy Sudiarto Raharjo
parent a20930db31
commit 26fabcacd2
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gi-docgen
VERSION=${VERSION:-2022.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2022.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="gi-docgen"
VERSION="2022.1"
VERSION="2022.2"
HOMEPAGE="https://gnome.pages.gitlab.gnome.org/gi-docgen"
DOWNLOAD="https://gitlab.gnome.org/GNOME/gi-docgen/-/archive/2022.1/gi-docgen-2022.1.tar.gz"
MD5SUM="a8ab0534ddd2312f258196e7d478a50b"
DOWNLOAD="https://gitlab.gnome.org/GNOME/gi-docgen/-/archive/2022.2/gi-docgen-2022.2.tar.gz"
MD5SUM="ee652baf957fa4ece472ffed96425678"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-toml python3-typogrify"