libusb: update to v1.0.22

This commit is contained in:
Henrik Grimler 2018-05-28 20:31:04 +02:00 committed by Yaksh Bariya
parent 94e2d3b79b
commit be6edcdc8d
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
TERMUX_PKG_HOMEPAGE=http://libusb.info/
TERMUX_PKG_DESCRIPTION="A cross-platform user library to access USB devices"
TERMUX_PKG_VERSION=1.0.21
TERMUX_PKG_VERSION=1.0.22
TERMUX_PKG_SRCURL=https://github.com/libusb/libusb/archive/v${TERMUX_PKG_VERSION}.zip
TERMUX_PKG_SHA256=83895453d7b6e8149ba3c2aaac796615a80a6a599a94458e73029fef12d1721c
TERMUX_PKG_SHA256=cb10afc04399f5aa15cce246e5f043bea3547d128f088d62874039f984db7879
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-udev"
termux_step_pre_configure() {
cd ${TERMUX_PKG_SRCDIR}
NOCONFIGURE=true ./autogen.sh
}