summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-11-06 10:22:06 +0330
committerAli Molaei2019-11-06 10:22:06 +0330
commitcac3aad0f68f5dfb5f6496b4995b6fb0fe371c1a (patch)
tree92d040ad10e675e3b4c2feb7d125cc241b5e0435
parent28baa0bf19b88520cd960d206fe061047f419ff8 (diff)
downloadaur-cac3aad0f68f5dfb5f6496b4995b6fb0fe371c1a.tar.gz
Update to 1.5.61
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd28d02ac0f5..83d19950c212 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etcher-bin
pkgdesc = Flash OS images to SD cards & USB drives, safely and easily
- pkgver = 1.5.60
+ pkgver = 1.5.61
pkgrel = 1
url = http://www.etcher.io/
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = etcher-bin
provides = etcher
conflicts = etcher
options = !strip
- source = https://github.com/balena-io/etcher/releases/download/v1.5.60/balena-etcher-electron_1.5.60_amd64.deb
- sha256sums = 073624ca7b0f5c212a838a600046e2344eb3c04375a1007a94cb9fdfc890697d
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.61/balena-etcher-electron_1.5.61_amd64.deb
+ sha256sums = a535a800dcb13844b67264282acec2272bee51057d3fbecc17d905202cf00995
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 460dc5aad4a8..4cacc3e86bf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrew Stubbs <andrew dot stubbs at gmail dot com>
pkgname=etcher-bin
-pkgver=1.5.60
+pkgver=1.5.61
pkgrel=1
pkgdesc="Flash OS images to SD cards & USB drives, safely and easily"
arch=("x86_64")
@@ -16,7 +16,7 @@ optdepends=("libnotify: for notifications"
"speech-dispatcher: for text-to-speech")
source=("https://github.com/balena-io/${pkgname%-bin}/releases/download/v${pkgver}/balena-${pkgname%-bin}-electron_${pkgver}_amd64.deb")
options=("!strip")
-sha256sums=("073624ca7b0f5c212a838a600046e2344eb3c04375a1007a94cb9fdfc890697d")
+sha256sums=("a535a800dcb13844b67264282acec2272bee51057d3fbecc17d905202cf00995")
build() {
mkdir -p "${srcdir}/output"