metacity: Upgraded to 3.16.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-09-16 16:15:20 +07:00
parent 2f93715000
commit 799e4a9a12

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=metacity
VERSION=${VERSION:-3.14.3}
VERSION=${VERSION:-3.16.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://ftp.gnome.org/pub/gnome/sources/metacity/3.14/$PRGNAM-$VERSION.tar.xz
wget -c http://ftp.gnome.org/pub/gnome/sources/metacity/3.16/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}