summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Thierer2021-09-02 11:25:53 +0200
committerMartin Thierer2021-09-02 11:25:53 +0200
commit4478cc54ddcd9a7af85316d7abdae39348ee4ed9 (patch)
treef757c8690e584e8a8e9124c92996aae4d167ee3b /PKGBUILD
parent4ce2898aacfe66aec898c71a4eb46c34ca758b40 (diff)
downloadaur-arrow-usb-blaster.tar.gz
Update to 2.5.1
Haven't found a difference to 2.5 and the revision history doesn't even mention 2.5.1. Maybe something in the README. The shared library file is identical to the one from the 2.5 archive.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7a1fc8c3269..6bb3d3411493 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Thierer <thierer@web.de>
pkgname=arrow-usb-blaster
-pkgver=2.5
+pkgver=2.5.1
pkgrel=1
pkgdesc='Intel Quartus Driver for Arrow USB JTAG Programmer'
url='https://wiki.trenz-electronic.de/display/PD/Arrow+USB+Programmer'
@@ -16,7 +16,7 @@ options=('!strip')
_archive="Arrow_USB_Programmer_${pkgver}_linux64"
_majver=`echo ${pkgver} | cut -d '.' -f 1-2`
source=("https://shop.trenz-electronic.de/trenzdownloads/Trenz_Electronic/Software/Drivers/Arrow_USB_Programmer/Arrow_USB_Programmer_${_majver}/${_archive}.zip")
-md5sums=('9eaa5adf445d19918d092bf2e4a7a22e')
+md5sums=('2d93ae613ff4ebb6a2d71fc3dbfad120')
prepare() {
cd "${srcdir}/${_archive}"