summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3d83987b678..3009669c93d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.9.20220203
+ pkgver = 1.10.20220211
pkgrel = 1
url = https://www.phidgets.com
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libphidget22
depends = libusb
provides = libphidget
conflicts = libphidget
- source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.9.20220203.tar.gz
- sha256sums = 089d590bbc9dad9cc4b190a1acab96838fdddb4afab3315679009cb622852e06
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.10.20220211.tar.gz
+ sha256sums = 1c5bda131f8a438967afd3213156d153e85bc9bdfe12275b24e3cf80253aae60
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 82f2c3f1d057..779b3fcebf62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.9.20220203
+pkgver=1.10.20220211
pkgrel=1
url=https://www.phidgets.com
pkgdesc="user-space access library for the Phidget devices"
@@ -11,7 +11,7 @@ arch=('x86_64')
license=('GPL')
depends=('libusb')
source=("https://www.phidgets.com/downloads/${pkgname#lib}/libraries/linux/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('089d590bbc9dad9cc4b190a1acab96838fdddb4afab3315679009cb622852e06')
+sha256sums=('1c5bda131f8a438967afd3213156d153e85bc9bdfe12275b24e3cf80253aae60')
build() {
cd $pkgname-$pkgver