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