From 16509f7fdb2bee799c228ccdacaaf21cef2fb41e Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 15 Jan 2021 10:36:58 +0300 Subject: [PATCH] hidapi: Update to 0.10.1 --- mingw-w64-hidapi/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-hidapi/PKGBUILD b/mingw-w64-hidapi/PKGBUILD index 82b629590c..d52d6a1f2d 100644 --- a/mingw-w64-hidapi/PKGBUILD +++ b/mingw-w64-hidapi/PKGBUILD @@ -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}