libgnomekbd: Upgraded to 3.26.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-09-26 11:47:22 +07:00
parent 90764bb7d8
commit 4b312ca46b
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -2,7 +2,7 @@
# Slackware build script for libgnomekbd # Slackware build script for libgnomekbd
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackware-id.org> # Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libgnomekbd PRGNAM=libgnomekbd
VERSION=${VERSION:-3.22.0.1} VERSION=${VERSION:-3.26.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_csb} TAG=${TAG:-_csb}
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac esac
fi fi
wget -c http://ftp.acc.umu.se/pub/gnome/sources/libgnomekbd/3.22/$PRGNAM-$VERSION.tar.xz wget -c http://ftp.acc.umu.se/pub/gnome/sources/libgnomekbd/3.26/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd) CWD=$(pwd)
TMP=${TMP:-/tmp/csb} TMP=${TMP:-/tmp/csb}