summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoriniVation CI Bot2020-03-04 15:15:31 +0000
committeriniVation CI Bot2020-03-04 15:15:31 +0000
commita536a1cde05860e384cc9f0bd0bb7f1eeee765bc (patch)
tree7dcc938e6837c40042c9c2c8e87ba42ed54892cb
parentd3d473d86bb9ee42d9e0322a0c07fb00e8aa28cf (diff)
downloadaur-a536a1cde05860e384cc9f0bd0bb7f1eeee765bc.tar.gz
flashy: new release 1.5.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ff476c7725d..f9ff051bd422 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flashy
pkgdesc = Java tool to handle firmware and logic flashing for iniVation devices.
- pkgver = 1.4.4
+ pkgver = 1.5.0
pkgrel = 1
url = https://gitlab.com/inivation/dv/flashy/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = flashy
depends = libxi
depends = libxrender
depends = libxtst
- source = http://release.inivation.com/flashy/flashy-linux-1.4.4.tar.gz
- sha256sums = 5deeb11c5fec25d747dc1772204addf35b599f4ad0f521ea0614400f59ecaa8d
+ source = http://release.inivation.com/flashy/flashy-linux-1.5.0.tar.gz
+ sha256sums = 9c44268e2171dfb842eafc3ee4272afbd26c2c6397deb7f5d276984ad094e064
pkgname = flashy
diff --git a/PKGBUILD b/PKGBUILD
index 5211b386e4c5..5d98260dcc05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: iniVation AG <support@inivation.com>
pkgname=flashy
-pkgver=1.4.4
+pkgver=1.5.0
pkgrel=1
pkgdesc="Java tool to handle firmware and logic flashing for iniVation devices."
url="https://gitlab.com/inivation/dv/$pkgname/"
@@ -16,7 +16,7 @@ replaces=()
options=()
source=("http://release.inivation.com/$pkgname/$pkgname-linux-$pkgver.tar.gz")
noextract=()
-sha256sums=('5deeb11c5fec25d747dc1772204addf35b599f4ad0f521ea0614400f59ecaa8d')
+sha256sums=('9c44268e2171dfb842eafc3ee4272afbd26c2c6397deb7f5d276984ad094e064')
package() {
cd "$srcdir/$pkgname-$pkgver"