summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-08-13 16:13:48 +0430
committerAli Molaei2019-08-13 16:13:48 +0430
commit5de871f046bcd3b325a3d3abf24ece627212dfdb (patch)
treed4cdd646b98182a5302ed8e5d3f82d1b6ca514a5
parent4ba0cb7dd71eaacf14de99f60ea3ebbe58a2373e (diff)
downloadaur-5de871f046bcd3b325a3d3abf24ece627212dfdb.tar.gz
Update to 1.5.53
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4435f438a346..acb481876958 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.52
+ pkgver = 1.5.53
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.52/balena-etcher-electron_1.5.52_amd64.deb
- sha256sums = 65cd1a32c2bd2f9660af8cbc6f86d1d3d523cde4242095a21e85d24ed37bfa08
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.53/balena-etcher-electron_1.5.53_amd64.deb
+ sha256sums = 55af5c27196acf77c6333ec07be34de6d8ac6b4686b318f20e03bd81e2d017f7
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 74dcdded0f09..a6dc933be72f 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.52
+pkgver=1.5.53
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=("65cd1a32c2bd2f9660af8cbc6f86d1d3d523cde4242095a21e85d24ed37bfa08")
+sha256sums=("55af5c27196acf77c6333ec07be34de6d8ac6b4686b318f20e03bd81e2d017f7")
build() {
mkdir -p "${srcdir}/output"