summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQiu Wenbo2018-10-18 10:11:41 +0800
committerQiu Wenbo2018-10-18 10:11:41 +0800
commit4ca7d80bcb7d1ab8310c9e657edc775e37979156 (patch)
tree729a0df9d03e156c1221f1ee397827b6b8e12e0f
parent6602b42e8fb4382cc47766fa63062a43541b3fff (diff)
downloadaur-4ca7d80bcb7d1ab8310c9e657edc775e37979156.tar.gz
bump version to 1.0.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 454ace812371..a63985d5264b 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.21
+ pkgver = 1.0.22
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.21/libusb-1.0.21.tar.bz2
- sha256sums = 7dce9cce9a81194b7065ee912bcd55eeffebab694ea403ffb91b67db66b1824b
+ source = http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.22/libusb-1.0.22.tar.bz2
+ sha256sums = 75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157
pkgname = mingw-w64-libusb
diff --git a/PKGBUILD b/PKGBUILD
index 5daae9bc4aa0..08b85d45ed7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Niels Martignène <niels.martignene@gmail.com>
+# Maintainer: crab2313 <crab2313@gmail.com>
# Contributor: xantares <xantares09 at hotmail dot com>
pkgname=mingw-w64-libusb
-pkgver=1.0.21
+pkgver=1.0.22
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=('7dce9cce9a81194b7065ee912bcd55eeffebab694ea403ffb91b67db66b1824b')
+sha256sums=('75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')