summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-10-11 15:14:23 +0330
committerAli Molaei2019-10-11 15:14:23 +0330
commit0686342cf9ceb883314443bdf9f10e7f9d603d8b (patch)
tree381a23466f0d58c0348b11b525c3da4d1c8c54b0
parent23eaa36e26fbf158f6b1bf38cbf83929c6dcfa6d (diff)
downloadaur-0686342cf9ceb883314443bdf9f10e7f9d603d8b.tar.gz
Update to 1.5.58
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6ac11003e59..a3e938da711b 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.57
+ pkgver = 1.5.58
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.57/balena-etcher-electron_1.5.57_amd64.deb
- sha256sums = 3b02f53c784eac1d61229bbbf1ca954b57136ea8d901aae30528d820f970f7dd
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.58/balena-etcher-electron_1.5.58_amd64.deb
+ sha256sums = 2156355c6141bb56bdb6b80d145053477d9bee5d500dceff7f428b944b391ec8
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e7bc846bda1..da5067bf3064 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.57
+pkgver=1.5.58
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=("3b02f53c784eac1d61229bbbf1ca954b57136ea8d901aae30528d820f970f7dd")
+sha256sums=("2156355c6141bb56bdb6b80d145053477d9bee5d500dceff7f428b944b391ec8")
build() {
mkdir -p "${srcdir}/output"