summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-11-08 02:10:40 +0330
committerAli Molaei2019-11-08 02:10:40 +0330
commit93fbbaee1ce9bd7673cb762d7eadb78e604d90fe (patch)
tree365204acd216484d6ff2133372aa3562d14e7680
parentcac3aad0f68f5dfb5f6496b4995b6fb0fe371c1a (diff)
downloadaur-93fbbaee1ce9bd7673cb762d7eadb78e604d90fe.tar.gz
Update to 1.5.62
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83d19950c212..c739aeafc582 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.61
+ pkgver = 1.5.62
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.61/balena-etcher-electron_1.5.61_amd64.deb
- sha256sums = a535a800dcb13844b67264282acec2272bee51057d3fbecc17d905202cf00995
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.62/balena-etcher-electron_1.5.62_amd64.deb
+ sha256sums = 642a97434948381741bdced1c88ddf3cfb6bbc7c9ec4dadfa2c1a163e51621fa
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4cacc3e86bf9..f75773795c8f 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.61
+pkgver=1.5.62
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=("a535a800dcb13844b67264282acec2272bee51057d3fbecc17d905202cf00995")
+sha256sums=("642a97434948381741bdced1c88ddf3cfb6bbc7c9ec4dadfa2c1a163e51621fa")
build() {
mkdir -p "${srcdir}/output"