summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-08-19 18:44:03 +0430
committerAli Molaei2019-08-19 18:44:03 +0430
commitc314b312ade670140e06f948e14b6b55d99f87db (patch)
treedfe190762075384b38b9593157604e8eb443be14
parent5de871f046bcd3b325a3d3abf24ece627212dfdb (diff)
downloadaur-c314b312ade670140e06f948e14b6b55d99f87db.tar.gz
Update to 1.5.54
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acb481876958..c8fb0ba3fceb 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.53
+ pkgver = 1.5.54
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.53/balena-etcher-electron_1.5.53_amd64.deb
- sha256sums = 55af5c27196acf77c6333ec07be34de6d8ac6b4686b318f20e03bd81e2d017f7
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.54/balena-etcher-electron_1.5.54_amd64.deb
+ sha256sums = 4b5a0199028f80fa42bdaf1ca308a885a6ff7ff8cbea3c404d4707b78abe6339
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index a6dc933be72f..f98f2971960c 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.53
+pkgver=1.5.54
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=("55af5c27196acf77c6333ec07be34de6d8ac6b4686b318f20e03bd81e2d017f7")
+sha256sums=("4b5a0199028f80fa42bdaf1ca308a885a6ff7ff8cbea3c404d4707b78abe6339")
build() {
mkdir -p "${srcdir}/output"