libgusb: Upgraded to 0.2.10.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-04-14 07:15:03 +07:00
parent 841aba0643
commit d8d70a6cde
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -2,7 +2,7 @@
# Slackware build script for libgusb # Slackware build script for libgusb
# Copyright 2014-2016 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=libgusb PRGNAM=libgusb
VERSION=${VERSION:-0.2.9} VERSION=${VERSION:-0.2.10}
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://people.freedesktop.org/~hughsient/releases/$PRGNAM-$VERSION.tar.xz wget -c https://people.freedesktop.org/~hughsient/releases/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd) CWD=$(pwd)
TMP=${TMP:-/tmp/csb} TMP=${TMP:-/tmp/csb}