python/gi-docgen: Updated for version 2022.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a20930db31
commit
26fabcacd2
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue