summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Bazile2017-03-24 15:03:47 +0100
committerRomain Bazile2017-03-24 15:03:47 +0100
commit4cdabd4a5b43a0e21455840659e3f987332a0919 (patch)
treeb4c5331082452cbe7175973e0375aa027d494f07
parentfba8f71ea8007df6096dd4069f692e945b9fe773 (diff)
downloadaur-4cdabd4a5b43a0e21455840659e3f987332a0919.tar.gz
update to 1.6.0-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3146f3c42cff..7f4d2f8ed331 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flash
pkgdesc = Hypriot flash tool for sd cards.
- pkgver = 1
- pkgrel = 1
+ pkgver = 1.6.0
+ pkgrel = 2
url = https://github.com/hypriot/flash
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = flash
depends = unzip
depends = python-pip
source = https://raw.githubusercontent.com/hypriot/flash/master/Linux/flash
- sha1sums = 0182b262a6618667a2d0cfd57a955048a22b13bb
+ sha1sums = fd5254662842ae07ec92196b3d0f787b2133640e
pkgname = flash
diff --git a/PKGBUILD b/PKGBUILD
index a91e89ee4533..764fe1cc9b39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=flash
-pkgver=1
-pkgrel=1
+pkgver=1.6.0
+pkgrel=2
epoch=
pkgdesc="Hypriot flash tool for sd cards."
arch=('x86_64')
@@ -11,8 +11,9 @@ 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=('0182b262a6618667a2d0cfd57a955048a22b13bb')
+sha1sums=('fd5254662842ae07ec92196b3d0f787b2133640e')
package() {
install -D -m751 ${srcdir}/flash ${pkgdir}/usr/local/bin/flash;
}
+