summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQiu Wenbo2020-01-07 09:49:59 +0800
committerQiu Wenbo2020-01-07 09:49:59 +0800
commit1572139761e7c83064c4a3b9dbd57036c5ee87fa (patch)
tree9408319ed2ff74d0c7fc8122692aa1156d1f4e34
parent4ca7d80bcb7d1ab8310c9e657edc775e37979156 (diff)
downloadaur-1572139761e7c83064c4a3b9dbd57036c5ee87fa.tar.gz
pump to version 1.0.23, the link to source tarball is also changed
Signed-off-by: Qiu Wenbo <qiuwenbo@phytium.com.cn>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a63985d5264b..156e43a8d43d 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.22
+ pkgver = 1.0.23
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.22/libusb-1.0.22.tar.bz2
- sha256sums = 75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157
+ source = https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23.tar.bz2
+ sha256sums = db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d
pkgname = mingw-w64-libusb
diff --git a/PKGBUILD b/PKGBUILD
index 08b85d45ed7d..e84caea78e8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: xantares <xantares09 at hotmail dot com>
pkgname=mingw-w64-libusb
-pkgver=1.0.22
+pkgver=1.0.23
pkgrel=1
pkgdesc="Library that provides generic access to USB devices (mingw-w64)"
arch=(any)
@@ -13,8 +13,8 @@ makedepends=('mingw-w64-gcc')
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=('75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157')
+source=("https://github.com/libusb/libusb/releases/download/v${pkgver}/libusb-${pkgver}.tar.bz2")
+sha256sums=('db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')