summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2020-02-07 18:29:07 -0600
committercyrozap2020-02-07 18:29:07 -0600
commit0d7d189aa48dc559e334058f36f3ba98d9f678a7 (patch)
treec939004b516d28c3776a61693cf85f70ca3142c0
parent0f1c9ed24c1504e8d60ab5088e2da363c50eeaf5 (diff)
downloadaur-0d7d189aa48dc559e334058f36f3ba98d9f678a7.tar.gz
Update to version 2.20.1
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6925142a6aa0..f9aa114f838d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = digilent.adept.runtime
pkgdesc = The Adept Runtime consists of the shared libraries, firmware images, and configuration files necessary to communicate with Digilent's devices.
- pkgver = 2.19.2
- pkgrel = 2
+ pkgver = 2.20.1
+ pkgrel = 1
url = https://reference.digilentinc.com/reference/software/adept/start
arch = i686
arch = x86_64
@@ -13,14 +13,14 @@ pkgbase = digilent.adept.runtime
backup = etc/digilent-adept.conf
backup = etc/ld.so.conf.d/digilent-adept-libraries.conf
backup = etc/udev/rules.d/52-digilent-usb.rules
- source_i686 = https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/2.19.2/digilent.adept.runtime_2.19.2-i386.deb
- sha256sums_i686 = 9ea59e3f7e3cc84cea8117f73bef744cf19b5568d160888ce823570683bbcfc6
- source_x86_64 = https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/2.19.2/digilent.adept.runtime_2.19.2-amd64.deb
- sha256sums_x86_64 = 7fb2a11a874dc6c93629abceeb6a496bcead651d23e3a65b14ef62b3a4191924
- source_armv6h = https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/2.19.2/digilent.adept.runtime_2.19.2-armhf.deb
- sha256sums_armv6h = 629b41d66f2953def54d5c60625501653c08cd6250029a76ad2d6c6c52aa3523
- source_armv7h = https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/2.19.2/digilent.adept.runtime_2.19.2-armhf.deb
- sha256sums_armv7h = 629b41d66f2953def54d5c60625501653c08cd6250029a76ad2d6c6c52aa3523
+ source_i686 = https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/2.20.1/digilent.adept.runtime_2.20.1-i386.deb
+ sha256sums_i686 = 66814836b39bfb79c273506c2b7ff0b750ffbec868030b8fac74b4c19c5d9a44
+ source_x86_64 = https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/2.20.1/digilent.adept.runtime_2.20.1-amd64.deb
+ sha256sums_x86_64 = fd6c50d1522fc56b6f1ae21024b460e353ee64e26e48b44f4399e82c09dfe270
+ source_armv6h = https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/2.20.1/digilent.adept.runtime_2.20.1-armhf.deb
+ sha256sums_armv6h = 941cd3c9f8b4e223da7ed737ca5592f3ac7eb5aa63adf57739d91c1f44f5691a
+ source_armv7h = https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/2.20.1/digilent.adept.runtime_2.20.1-armhf.deb
+ sha256sums_armv7h = 941cd3c9f8b4e223da7ed737ca5592f3ac7eb5aa63adf57739d91c1f44f5691a
pkgname = digilent.adept.runtime
diff --git a/PKGBUILD b/PKGBUILD
index 19c8759ea312..a5622e4e1b9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Forest Crossman <cyrozap at gmail dot com>
pkgname=digilent.adept.runtime
-pkgver=2.19.2
-pkgrel=2
+pkgver=2.20.1
+pkgrel=1
pkgdesc="The Adept Runtime consists of the shared libraries, firmware images, and configuration files necessary to communicate with Digilent's devices."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://reference.digilentinc.com/reference/software/adept/start"
@@ -14,10 +14,10 @@ source_armv6h=("https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/${pkgv
source_armv7h=($source_armv6h)
source_i686=("https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/${pkgver}/${pkgname}_${pkgver}-i386.deb")
source_x86_64=("https://digilent.s3.amazonaws.com/Software/Adept2+Runtime/${pkgver}/${pkgname}_${pkgver}-amd64.deb")
-sha256sums_armv6h=('629b41d66f2953def54d5c60625501653c08cd6250029a76ad2d6c6c52aa3523')
+sha256sums_armv6h=('941cd3c9f8b4e223da7ed737ca5592f3ac7eb5aa63adf57739d91c1f44f5691a')
sha256sums_armv7h=($sha256sums_armv6h)
-sha256sums_i686=('9ea59e3f7e3cc84cea8117f73bef744cf19b5568d160888ce823570683bbcfc6')
-sha256sums_x86_64=('7fb2a11a874dc6c93629abceeb6a496bcead651d23e3a65b14ef62b3a4191924')
+sha256sums_i686=('66814836b39bfb79c273506c2b7ff0b750ffbec868030b8fac74b4c19c5d9a44')
+sha256sums_x86_64=('fd6c50d1522fc56b6f1ae21024b460e353ee64e26e48b44f4399e82c09dfe270')
package() {
# Extract