summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-05-15 16:47:38 +0430
committerAli Molaei2019-05-15 16:47:38 +0430
commit1bbc48b99c3a1a8b13c4917ecbe197f9783858b7 (patch)
treed33ea5bc134aa484cf99656739f8b59bb7fec989
parent2c4975a52d828fc8c559a035368a699df9fc28a4 (diff)
downloadaur-1bbc48b99c3a1a8b13c4917ecbe197f9783858b7.tar.gz
Update to 1.5.39
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55d45e93075e..2a1e5c2eb6ce 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.35
+ pkgver = 1.5.39
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.35/balena-etcher-electron_1.5.35_amd64.deb
- sha256sums = 2ac2bfccfc2c58fc85ea1fd74f7fcec1f8d3d623473a903e3b2e3fa71d08dcb8
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.39/balena-etcher-electron_1.5.39_amd64.deb
+ sha256sums = c2b4a77bcb17b75046b000edee82278304e109a708ab7a61c907ec20b00c9d6c
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index e2ba54daf424..e9b9c3bc2e8d 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.35
+pkgver=1.5.39
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=("2ac2bfccfc2c58fc85ea1fd74f7fcec1f8d3d623473a903e3b2e3fa71d08dcb8")
+sha256sums=("c2b4a77bcb17b75046b000edee82278304e109a708ab7a61c907ec20b00c9d6c")
build() {
mkdir -p "${srcdir}/output"