summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoriniVation CI Bot2019-07-30 13:42:04 +0000
committeriniVation CI Bot2019-07-30 13:42:04 +0000
commitcbcc2087600695fee1e77d89aae0fdaa84e93b0a (patch)
tree5f5ff2fcad49a9c294d64de2357c02a056cfa5f6
parent83bb1583ca05bbafa782a8fafefd7b4bf2090081 (diff)
downloadaur-cbcc2087600695fee1e77d89aae0fdaa84e93b0a.tar.gz
flashy: new release 1.4.3.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e05ebd455a1..fad8ffe2aed3 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.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://gitlab.com/inivation/flashy/
arch = x86_64
@@ -12,8 +12,7 @@ pkgbase = flashy
depends = libxi
depends = libxrender
depends = libxtst
- source = https://s3.eu-central-1.amazonaws.com/inivation-release/flashy-linux-1.4.2.tar.gz
- sha256sums = b0b3992a1c1600bed2e44f6bb5aed3d68e9f4a7dd05cf0484f51da147f31f65d
+ source = https://release.inivation.com/flashy/flashy-linux-1.4.3.tar.gz
pkgname = flashy
diff --git a/PKGBUILD b/PKGBUILD
index 0d8748f86019..39c9a268a5fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: iniVation AG <support@inivation.com>
pkgname=flashy
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Java tool to handle firmware and logic flashing for iniVation devices."
url="https://gitlab.com/inivation/$pkgname/"
@@ -14,9 +14,9 @@ provides=()
conflicts=()
replaces=()
options=()
-source=("https://s3.eu-central-1.amazonaws.com/inivation-release/$pkgname-linux-$pkgver.tar.gz")
+source=("https://release.inivation.com/$pkgname/$pkgname-linux-$pkgver.tar.gz")
noextract=()
-sha256sums=('b0b3992a1c1600bed2e44f6bb5aed3d68e9f4a7dd05cf0484f51da147f31f65d')
+sha256sums=('')
package() {
cd "$srcdir/$pkgname-$pkgver"