mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/libgusb: Updated for version 0.4.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1e3d21f7c4
commit
319c9862c1
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libgusb
|
||||
VERSION=${VERSION:-0.4.5}
|
||||
VERSION=${VERSION:-0.4.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libgusb"
|
||||
VERSION="0.4.5"
|
||||
VERSION="0.4.6"
|
||||
HOMEPAGE="https://github.com/hughsie/libgusb"
|
||||
DOWNLOAD="https://github.com/hughsie/libgusb/releases/download/0.4.5/libgusb-0.4.5.tar.xz"
|
||||
MD5SUM="6b8dfb57b2828562ed007fc84ab6af67"
|
||||
DOWNLOAD="https://github.com/hughsie/libgusb/releases/download/0.4.6/libgusb-0.4.6.tar.xz"
|
||||
MD5SUM="309ebe36641fe53b883cdac8ad38cb94"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue