summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}
+