Update libusb to 1.0.17, prepare for 1.0.18-rc1 (which will be the next).
Also update eUdev to 1.2.
This commit is contained in:
parent
fee57b7c71
commit
f1c5a97bda
@ -3,13 +3,13 @@ SRCDIR="$(pwd)/.."
|
||||
TMPDIR="$SRCDIR/tmp"
|
||||
DOWNLOADS="$SRCDIR/downloads"
|
||||
|
||||
UDEV_VERSION="1.1"
|
||||
UDEV_VERSION="1.2"
|
||||
|
||||
LIBUSB="stable"
|
||||
LIBUSB_STABLE_VERSION="1.0.16"
|
||||
LIBUSB_STABLE_VERSION="1.0.17"
|
||||
LIBUSB_STABLE_RC=""
|
||||
LIBUSB_BETA_VERSION="1.0.16"
|
||||
LIBUSB_BETA_RC="-rc3"
|
||||
LIBUSB_BETA_VERSION="1.0.18"
|
||||
LIBUSB_BETA_RC="-rc1"
|
||||
|
||||
build()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user