summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-11-30 00:39:24 +0330
committerAli Molaei2019-11-30 00:39:24 +0330
commitce88fb93a328be61d02d4a025353ef0214d97394 (patch)
tree97aa4721e950f268d6091b4369bb798241d3b701
parent60f2dcf4390995e43e624148b868ab4470679a0a (diff)
downloadaur-ce88fb93a328be61d02d4a025353ef0214d97394.tar.gz
Update to 1.5.64
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78165d73b782..35e567993738 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.63
+ pkgver = 1.5.64
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.63/balena-etcher-electron_1.5.63_amd64.deb
- sha256sums = 587c48eb645087863c37642fb49e286db17d1572d33ab99170c92ffb7cc4d6f5
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.64/balena-etcher-electron_1.5.64_amd64.deb
+ sha256sums = 65271a79f15826f5a0ad41dd2bdac44c8b1359af9eea26f89f064b0f68556888
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 03187bdf3ca3..d17e82cdeea5 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.63
+pkgver=1.5.64
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=("587c48eb645087863c37642fb49e286db17d1572d33ab99170c92ffb7cc4d6f5")
+sha256sums=("65271a79f15826f5a0ad41dd2bdac44c8b1359af9eea26f89f064b0f68556888")
build() {
mkdir -p "${srcdir}/output"