summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Bazile2018-03-26 15:06:41 +0200
committerRomain Bazile2018-03-26 15:06:41 +0200
commitd257188b00d9eca5daab219d4db571191e2e594c (patch)
tree4963a0366b191b6cdd75f8bce17f8fa58534c947
parent4cdabd4a5b43a0e21455840659e3f987332a0919 (diff)
downloadaur-d257188b00d9eca5daab219d4db571191e2e594c.tar.gz
update to v2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f4d2f8ed331..ade8da27316d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flash
pkgdesc = Hypriot flash tool for sd cards.
- pkgver = 1.6.0
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://github.com/hypriot/flash
arch = x86_64
license = MIT
@@ -10,8 +10,8 @@ pkgbase = flash
depends = hdparm
depends = unzip
depends = python-pip
- source = https://raw.githubusercontent.com/hypriot/flash/master/Linux/flash
- sha1sums = fd5254662842ae07ec92196b3d0f787b2133640e
+ source = https://raw.githubusercontent.com/hypriot/flash/2.0.0/flash
+ sha1sums = 249695b11f5c6b6a07a5c3f759673986f8e2f6fc
pkgname = flash
diff --git a/PKGBUILD b/PKGBUILD
index 764fe1cc9b39..f3e99f9d56aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=flash
-pkgver=1.6.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
epoch=
pkgdesc="Hypriot flash tool for sd cards."
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/master/Linux/flash")
-sha1sums=('fd5254662842ae07ec92196b3d0f787b2133640e')
+source=("https://raw.githubusercontent.com/hypriot/flash/${pkgver}/${pkgname}")
+sha1sums=('249695b11f5c6b6a07a5c3f759673986f8e2f6fc')
package() {
install -D -m751 ${srcdir}/flash ${pkgdir}/usr/local/bin/flash;