summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-10-20 11:02:21 +0330
committerAli Molaei2019-10-20 11:02:21 +0330
commit28baa0bf19b88520cd960d206fe061047f419ff8 (patch)
treef188eebdb79ea1fc75d7abb724ac81fc2cf1cc89
parent6452ede4bd5fa1c609c7dbe1446bfc0248480765 (diff)
downloadaur-28baa0bf19b88520cd960d206fe061047f419ff8.tar.gz
Update to 1.5.60
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc5b6587ecee..bd28d02ac0f5 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.59
+ pkgver = 1.5.60
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.59/balena-etcher-electron_1.5.59_amd64.deb
- sha256sums = ffb52473a8ac2fdc8afe7c8443bd9254ea8e1cb3c84757ab06f87ab7cfd9357d
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.60/balena-etcher-electron_1.5.60_amd64.deb
+ sha256sums = 073624ca7b0f5c212a838a600046e2344eb3c04375a1007a94cb9fdfc890697d
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index ae412e80db41..460dc5aad4a8 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.59
+pkgver=1.5.60
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=("ffb52473a8ac2fdc8afe7c8443bd9254ea8e1cb3c84757ab06f87ab7cfd9357d")
+sha256sums=("073624ca7b0f5c212a838a600046e2344eb3c04375a1007a94cb9fdfc890697d")
build() {
mkdir -p "${srcdir}/output"