hidapi: update to 0.14.0

This commit is contained in:
Mateusz Sylwestrzak 2024-09-10 18:50:43 +02:00 committed by classabbyamp
parent 9c8b2e49da
commit 6b64622c4d

View file

@ -1,6 +1,6 @@
# Template file for 'hidapi' # Template file for 'hidapi'
pkgname=hidapi pkgname=hidapi
version=0.13.1 version=0.14.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -11,7 +11,7 @@ license="BSD-3-Clause"
homepage="https://github.com/libusb/hidapi" homepage="https://github.com/libusb/hidapi"
changelog="https://github.com/libusb/hidapi/releases" changelog="https://github.com/libusb/hidapi/releases"
distfiles="https://github.com/libusb/hidapi/archive/refs/tags/hidapi-${version}.tar.gz" distfiles="https://github.com/libusb/hidapi/archive/refs/tags/hidapi-${version}.tar.gz"
checksum=476a2c9a4dc7d1fc97dd223b84338dbea3809a84caea2dcd887d9778725490e3 checksum=a5714234abe6e1f53647dd8cba7d69f65f71c558b7896ed218864ffcf405bcbd
post_install() { post_install() {
vlicense LICENSE-bsd.txt LICENSE vlicense LICENSE-bsd.txt LICENSE