wok-6.x diff libusb/receipt @ rev 23925
Add Connect-Four
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 23 10:18:23 2020 +0000 (2020-08-23) |
parents | 82030d5e8b0a |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/libusb/receipt Fri Apr 19 10:39:59 2019 +0100 1.2 +++ b/libusb/receipt Sun Aug 23 10:18:23 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libusb" 1.7 -VERSION="1.0.22" 1.8 +VERSION="1.0.23" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="USB access library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,7 +9,7 @@ 1.13 WEB_SITE="https://libusb.info/" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WGET_URL="https/github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.17 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.18 1.19 DEPENDS="udev" 1.20 BUILD_DEPENDS="udev-dev" 1.21 @@ -28,5 +28,5 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.27 }