summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Bazile2019-03-24 12:22:23 +0100
committerRomain Bazile2019-03-24 12:22:23 +0100
commit0b9e1ad4eebfba0b0b3fb432c43a17ade8607e3a (patch)
tree2b89a37dbffdaa7b3b4da18234bfeb2d4582272a
parentd257188b00d9eca5daab219d4db571191e2e594c (diff)
downloadaur-0b9e1ad4eebfba0b0b3fb432c43a17ade8607e3a.tar.gz
update to 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ade8da27316d..f0a158b63e59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flash
pkgdesc = Hypriot flash tool for sd cards.
- pkgver = 2.0.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/hypriot/flash
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = flash
depends = hdparm
depends = unzip
depends = python-pip
- source = https://raw.githubusercontent.com/hypriot/flash/2.0.0/flash
- sha1sums = 249695b11f5c6b6a07a5c3f759673986f8e2f6fc
+ source = https://github.com/hypriot/flash/releases/download/2.3.0/flash
+ sha1sums = e91393750c423737506782dc12c93ea46b58979b
pkgname = flash
diff --git a/PKGBUILD b/PKGBUILD
index f3e99f9d56aa..efacc1e964ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flash
-pkgver=2.0.0
+pkgver=2.3.0
pkgrel=1
epoch=
pkgdesc="Hypriot flash tool for sd cards."
@@ -10,8 +10,8 @@ arch=('x86_64')
url="https://github.com/hypriot/flash"
license=('MIT')
depends=('pv' 'curl' 'hdparm' 'unzip' 'python-pip')
-source=("https://raw.githubusercontent.com/hypriot/flash/${pkgver}/${pkgname}")
-sha1sums=('249695b11f5c6b6a07a5c3f759673986f8e2f6fc')
+source=("https://github.com/hypriot/flash/releases/download/${pkgver}/${pkgname}")
+sha1sums=('e91393750c423737506782dc12c93ea46b58979b')
package() {
install -D -m751 ${srcdir}/flash ${pkgdir}/usr/local/bin/flash;