mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-27 19:58:26 +01:00
pygobject3: Upgraded to 3.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
02c7273089
commit
25a5abad7b
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Copyright 2007, 2008 Erik Hanson erik@slackbuilds.org
|
||||
# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA
|
||||
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=pygobject3
|
||||
SRCNAM=pygobject
|
||||
VERSION=${VERSION:-3.10.2}
|
||||
VERSION=${VERSION:-3.16.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
|
@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
wget -c http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.10/$SRCNAM-$VERSION.tar.xz
|
||||
wget -c http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.16/$SRCNAM-$VERSION.tar.xz
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/csb}
|
||||
|
|
Loading…
Add table
Reference in a new issue