usbutils: update to 015

This commit is contained in:
Juergen Daubert 2022-10-29 12:54:27 +02:00
parent 8d0f1239ac
commit 7c08e601aa
3 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVequX70lCGQj9Lyeq44T/GdpNZUfr6/z/2So8inFwOz0m0T4qACdPyjwyWJk2MhRNTmX3FTpRysz9B/xJmRhEnQAs=
SHA256 (Pkgfile) = ac2800c8d597db40b2d29b4d730ac99d620f372736ba0045008915b647fcd244
RWRJc1FUaeVeqiBBfeYb5kr42FBpSpvJvnb6/dQjrV87uZE4zAwkpuOqKgjK7rE2IoYLlQiAsJ5gRNtnWEm4smheAnUzBaq92wo=
SHA256 (Pkgfile) = c00d9777915247d690e39a7fdf521f02efbe3a384034ea4179ac499f2e33175f
SHA256 (.footprint) = f82a9d98226269f143bad33baff4bd73c5473e19c9dea2792382c13d1bc44b34
SHA256 (usbutils-014.tar.xz) = 3a079cfad60560227b67192482d7813bf96326fcbb66c04254839715f276fc69
SHA256 (usb.ids.xz) = 1945a618aebc3ea94bf3482ea230314eb29e97f896abe216f6e3c2f47f359684
SHA256 (usbutils-015.tar.gz) = 659669e08cbc3961bc085c33f328f950a9570400519c3213b6908f3cc5f44227
SHA256 (usb.ids.xz) = 4f0dc634399b0c43e53092294ae866c7e6e1c905a7afad8d1af06f27d91265cd

View File

@ -4,13 +4,15 @@
# Depends on: libusb
name=usbutils
version=014
version=015
release=1
source=(http://www.kernel.org/pub/linux/utils/usb/$name/$name-$version.tar.xz
#source=(http://www.kernel.org/pub/linux/utils/usb/$name/$name-$version.tar.xz
source=(https://github.com/gregkh/usbutils/archive/refs/tags/v$version/$name-$version.tar.gz
usb.ids.xz)
build() {
cd $name-$version
autoreconf --install
./configure --prefix=/usr --disable-zlib
make
make DESTDIR=$PKG install

Binary file not shown.