summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoriniVation CI Bot2020-01-17 18:20:26 +0000
committeriniVation CI Bot2020-01-17 18:20:26 +0000
commitd3d473d86bb9ee42d9e0322a0c07fb00e8aa28cf (patch)
tree83b8c3049444187944a63a980fe1dc9f9409bcc8
parent9ac49f843b5cc08a9f7593051f155ea8106b7523 (diff)
downloadaur-d3d473d86bb9ee42d9e0322a0c07fb00e8aa28cf.tar.gz
flashy: new release 1.4.4.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4115b21cbf8..8ff476c7725d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = flashy
pkgdesc = Java tool to handle firmware and logic flashing for iniVation devices.
- pkgver = 1.4.3
+ pkgver = 1.4.4
pkgrel = 1
- url = https://gitlab.com/inivation/flashy/
+ url = https://gitlab.com/inivation/dv/flashy/
arch = x86_64
license = GPL2
depends = freetype2
@@ -12,8 +12,8 @@ pkgbase = flashy
depends = libxi
depends = libxrender
depends = libxtst
- source = http://release.inivation.com/flashy/flashy-linux-1.4.3.tar.gz
- sha256sums = 4bc13436c2ffcbb6f961ed38edee43db9c0979eb6e0e80702c3ee07b8dc5d860
+ source = http://release.inivation.com/flashy/flashy-linux-1.4.4.tar.gz
+ sha256sums = 5deeb11c5fec25d747dc1772204addf35b599f4ad0f521ea0614400f59ecaa8d
pkgname = flashy
diff --git a/PKGBUILD b/PKGBUILD
index dffc45935ac1..5211b386e4c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: iniVation AG <support@inivation.com>
pkgname=flashy
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc="Java tool to handle firmware and logic flashing for iniVation devices."
-url="https://gitlab.com/inivation/$pkgname/"
+url="https://gitlab.com/inivation/dv/$pkgname/"
license=('GPL2')
arch=('x86_64')
groups=()
@@ -16,7 +16,7 @@ replaces=()
options=()
source=("http://release.inivation.com/$pkgname/$pkgname-linux-$pkgver.tar.gz")
noextract=()
-sha256sums=('4bc13436c2ffcbb6f961ed38edee43db9c0979eb6e0e80702c3ee07b8dc5d860')
+sha256sums=('5deeb11c5fec25d747dc1772204addf35b599f4ad0f521ea0614400f59ecaa8d')
package() {
cd "$srcdir/$pkgname-$pkgver"