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}