summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Martignène2017-02-19 08:07:39 +0100
committerNiels Martignène2017-02-19 08:07:39 +0100
commit6602b42e8fb4382cc47766fa63062a43541b3fff (patch)
treec60990f01cbf8e478f90617eb7eaa8a8b91b73ea
parentcf9107e587a5dd8a11e95af252ac3547474c6116 (diff)
downloadaur-6602b42e8fb4382cc47766fa63062a43541b3fff.tar.gz
Upgrade to libusb 1.0.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 431de30c5d09..454ace812371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libusb
pkgdesc = Library that provides generic access to USB devices (mingw-w64)
- pkgver = 1.0.20
+ pkgver = 1.0.21
pkgrel = 1
url = http://libusb.info
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-libusb
options = !strip
options = staticlibs
options = !buildflags
- source = http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.20/libusb-1.0.20.tar.bz2
- sha256sums = cb057190ba0a961768224e4dc6883104c6f945b2bf2ef90d7da39e7c1834f7ff
+ source = http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.21/libusb-1.0.21.tar.bz2
+ sha256sums = 7dce9cce9a81194b7065ee912bcd55eeffebab694ea403ffb91b67db66b1824b
pkgname = mingw-w64-libusb
diff --git a/PKGBUILD b/PKGBUILD
index 0f9ce8921d80..5daae9bc4aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: xantares <xantares09 at hotmail dot com>
pkgname=mingw-w64-libusb
-pkgver=1.0.20
+pkgver=1.0.21
pkgrel=1
pkgdesc="Library that provides generic access to USB devices (mingw-w64)"
arch=(any)
@@ -14,7 +14,7 @@ conflicts=('mingw-w64-libusbx')
replaces=('mingw-w64-libusbx')
options=('!strip' 'staticlibs' '!buildflags')
source=("http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-${pkgver}/libusb-${pkgver}.tar.bz2")
-sha256sums=('cb057190ba0a961768224e4dc6883104c6f945b2bf2ef90d7da39e7c1834f7ff')
+sha256sums=('7dce9cce9a81194b7065ee912bcd55eeffebab694ea403ffb91b67db66b1824b')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')