summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-11-12 10:18:38 +0330
committerAli Molaei2019-11-12 10:18:38 +0330
commit60f2dcf4390995e43e624148b868ab4470679a0a (patch)
treed27086dc7b2bba7f7e06fa10e8309fd5a75f5e23
parent93fbbaee1ce9bd7673cb762d7eadb78e604d90fe (diff)
downloadaur-60f2dcf4390995e43e624148b868ab4470679a0a.tar.gz
Update 1.5.63
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c739aeafc582..78165d73b782 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.62
+ pkgver = 1.5.63
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.62/balena-etcher-electron_1.5.62_amd64.deb
- sha256sums = 642a97434948381741bdced1c88ddf3cfb6bbc7c9ec4dadfa2c1a163e51621fa
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.63/balena-etcher-electron_1.5.63_amd64.deb
+ sha256sums = 587c48eb645087863c37642fb49e286db17d1572d33ab99170c92ffb7cc4d6f5
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index f75773795c8f..03187bdf3ca3 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.62
+pkgver=1.5.63
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=("642a97434948381741bdced1c88ddf3cfb6bbc7c9ec4dadfa2c1a163e51621fa")
+sha256sums=("587c48eb645087863c37642fb49e286db17d1572d33ab99170c92ffb7cc4d6f5")
build() {
mkdir -p "${srcdir}/output"