summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-01-14 11:37:29 -0500
committerMatthew McGinn2020-01-14 11:37:29 -0500
commit68138c86403b473828379681b87638b828d159dd (patch)
tree298ea4f4b194fbde5b0d9f688786af9161fe5918
parentfafdb9f2b7518419765f7653e6a8be79ecb7d157 (diff)
downloadaur-68138c86403b473828379681b87638b828d159dd.tar.gz
update pkg to 1.5.71
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f669840b9fd..26e833576410 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = balena-etcher
pkgdesc = Flash OS images to SD cards & USB drives, safely and easily
- pkgver = 1.5.70
- pkgrel = 4
+ pkgver = 1.5.71
+ pkgrel = 1
epoch = 2
url = https://etcher.io
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = balena-etcher
conflicts = etcher-git
conflicts = etcher-bin
options = !strip
- source = etcher::git+https://github.com/balena-io/etcher.git#tag=v1.5.70
+ source = etcher::git+https://github.com/balena-io/etcher.git#tag=v1.5.71
source = balena-etcher-electron.sh
source = balena-etcher-electron.desktop
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a592ee222a70..6af603317447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=balena-etcher
_pkgname=etcher
-pkgver=1.5.70
-pkgrel=4
+pkgver=1.5.71
+pkgrel=1
epoch=2
pkgdesc='Flash OS images to SD cards & USB drives, safely and easily'
arch=(x86_64)
@@ -26,8 +26,7 @@ source=("etcher::git+https://github.com/balena-io/${_pkgname}.git#tag=v${pkgver}
)
sha256sums=('SKIP'
'911cca26a477c0525085410c78cd9292dc4b6bd27fb7340034fe762d333a3f52'
- 'c950d9578f9cf60998c920bb60c6617559963f06a4918e7072fdc706b0ef5754'
- )
+ 'c950d9578f9cf60998c920bb60c6617559963f06a4918e7072fdc706b0ef5754')
prepare() {
cd "${_pkgname}"