libraries/libgusb: Updated for version 0.4.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-11-10 06:13:35 +07:00
parent 1ee87115af
commit 5ef5e7511f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libgusb
VERSION=${VERSION:-0.4.0}
VERSION=${VERSION:-0.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -87,7 +84,7 @@ cd build
--libdir=lib${LIBDIRSUFFIX} \
--libexecdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
-Ddocs=true \
-Ddocs=false \
..
"${NINJA:=ninja}"

View file

@ -1,8 +1,8 @@
PRGNAM="libgusb"
VERSION="0.4.0"
VERSION="0.4.2"
HOMEPAGE="https://github.com/hughsie/libgusb"
DOWNLOAD="https://people.freedesktop.org/~hughsient/releases/libgusb-0.4.0.tar.xz"
MD5SUM="0eedc08183367d8238b2d1fc39897913"
DOWNLOAD="https://people.freedesktop.org/~hughsient/releases/libgusb-0.4.2.tar.xz"
MD5SUM="32367173c06f1837e9cb943e778764cd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""