mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
pygobject3-python3: Upgraded to 3.24.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
836e5d65af
commit
a7bd50b6ee
1 changed files with 3 additions and 3 deletions
|
@ -26,8 +26,8 @@
|
|||
|
||||
PRGNAM=pygobject3-python3
|
||||
SRCNAM=pygobject
|
||||
VERSION=${VERSION:-3.20.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.24.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
wget -c http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.20/$SRCNAM-$VERSION.tar.xz
|
||||
wget -c http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.24/$SRCNAM-$VERSION.tar.xz
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/csb}
|
||||
|
|
Loading…
Reference in a new issue