hidapi: update to 0.11.2.
This commit is contained in:
parent
3a9d2830fc
commit
5b3da789f6
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'hidapi'
|
# Template file for 'hidapi'
|
||||||
pkgname=hidapi
|
pkgname=hidapi
|
||||||
version=0.11.0
|
version=0.11.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Ulf <void@uw.anonaddy.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/libusb/hidapi"
|
homepage="https://github.com/libusb/hidapi"
|
||||||
distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
|
distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
|
||||||
checksum=391d8e52f2d6a5cf76e2b0c079cfefe25497ba1d4659131297081fc0cd744632
|
checksum=bc4ac0f32a6b21ef96258a7554c116152e2272dacdec1e4620fc44abeea50c27
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./bootstrap
|
./bootstrap
|
||||||
|
|
Loading…
Reference in New Issue