summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Thierer2021-09-02 11:25:53 +0200
committerMartin Thierer2021-09-02 11:25:53 +0200
commit4478cc54ddcd9a7af85316d7abdae39348ee4ed9 (patch)
treef757c8690e584e8a8e9124c92996aae4d167ee3b
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.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6318cfcf8793..c76ed1168e76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arrow-usb-blaster
pkgdesc = Intel Quartus Driver for Arrow USB JTAG Programmer
- pkgver = 2.5
+ pkgver = 2.5.1
pkgrel = 1
url = https://wiki.trenz-electronic.de/display/PD/Arrow+USB+Programmer
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = arrow-usb-blaster
depends = quartus-free-quartus
options = !strip
backup = etc/arrow_usb_blaster.conf
- source = https://shop.trenz-electronic.de/trenzdownloads/Trenz_Electronic/Software/Drivers/Arrow_USB_Programmer/Arrow_USB_Programmer_2.5/Arrow_USB_Programmer_2.5_linux64.zip
- md5sums = 9eaa5adf445d19918d092bf2e4a7a22e
+ source = https://shop.trenz-electronic.de/trenzdownloads/Trenz_Electronic/Software/Drivers/Arrow_USB_Programmer/Arrow_USB_Programmer_2.5/Arrow_USB_Programmer_2.5.1_linux64.zip
+ md5sums = 2d93ae613ff4ebb6a2d71fc3dbfad120
pkgname = arrow-usb-blaster
-
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}"