wok diff usbids/receipt @ rev 25776
Update thunderbird to 68.12.1 latest ESR work with old glibc, and block autoupdate
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 16 17:28:27 2024 +0200 (2 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 16 17:28:27 2024 +0200 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 }