libraries/libgusb: Updated for version 0.2.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6dbd493dc7
commit
1db19ca484
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libgusb
|
||||
|
||||
# Copyright 2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2016-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libgusb
|
||||
VERSION=${VERSION:-0.2.9}
|
||||
VERSION=${VERSION:-0.2.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libgusb"
|
||||
VERSION="0.2.9"
|
||||
VERSION="0.2.10"
|
||||
HOMEPAGE="https://github.com/hughsie/libgusb"
|
||||
DOWNLOAD="http://people.freedesktop.org/~hughsient/releases/libgusb-0.2.9.tar.xz"
|
||||
MD5SUM="d4251e958aee7d19e39f8021e457942f"
|
||||
DOWNLOAD="https://people.freedesktop.org/~hughsient/releases/libgusb-0.2.10.tar.xz"
|
||||
MD5SUM="5f2658e02fee6d7b484a40c4afc48c5c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue