wok-current diff usbids/receipt @ rev 25623
Use default gcc 6.3 for jack-audio-connection-kit
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 04 18:47:50 2023 +0000 (14 months ago) |
parents | 7aaca7142a16 |
children |
line diff
1.1 --- a/usbids/receipt Sun Mar 13 17:29:51 2022 +0000 1.2 +++ b/usbids/receipt Mon Sep 04 18:47:50 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="usbids" 1.7 -VERSION="2022.02.23" 1.8 +VERSION="2022.08.01" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="List of USB ID's." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -32,5 +32,5 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/share/misc 1.16 - cp $src/usb-$VERSION.ids.gz $fs/usr/share/misc/usb.ids.gz 1.17 + cp $src/usb-$VERSION.ids.gz $fs/usr/share/misc/usb.ids.gz 1.18 }