hidapi: Update to 0.10.1

This commit is contained in:
Alexey Pavlov
2021-01-15 10:36:58 +03:00
parent ed88189d94
commit 16509f7fdb

View File

@@ -3,7 +3,7 @@
_realname=hidapi
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.10.0
pkgver=0.10.1
pkgrel=1
pkgdesc="Library for communicating with USB and Bluetooth HID devices (mingw-w64)"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
options=('staticlibs' 'strip')
source=("https://github.com/libusb/hidapi/archive/${_realname}-${pkgver}.tar.gz")
sha256sums=('68febd416cb6e6e6e205c9dd46a6f86f0d5a9808b7cd8c112906cd229889b8e1')
sha256sums=('f71dd8a1f46979c17ee521bc2117573872bbf040f8a4750e492271fc141f2644')
prepare() {
cd ${srcdir}/${_realname}-${_realname}-${pkgver}