summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-07-25 15:43:18 +0430
committerAli Molaei2019-07-25 15:43:18 +0430
commit4ba0cb7dd71eaacf14de99f60ea3ebbe58a2373e (patch)
treea372b1414a066e59221bd00be993594b31338204
parentfacc1d4217d831a2eddc0347b0e0a255dc899440 (diff)
downloadaur-4ba0cb7dd71eaacf14de99f60ea3ebbe58a2373e.tar.gz
Update to 1.5.52
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de7959253cbf..4435f438a346 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.51
+ pkgver = 1.5.52
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.51/balena-etcher-electron_1.5.51_amd64.deb
- sha256sums = d4019cb5ab27fb7a58db2a188396e1811ad49e8d71957ce7401e446f9fc76622
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.52/balena-etcher-electron_1.5.52_amd64.deb
+ sha256sums = 65cd1a32c2bd2f9660af8cbc6f86d1d3d523cde4242095a21e85d24ed37bfa08
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index e65f4b4070fa..74dcdded0f09 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.51
+pkgver=1.5.52
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=("d4019cb5ab27fb7a58db2a188396e1811ad49e8d71957ce7401e446f9fc76622")
+sha256sums=("65cd1a32c2bd2f9660af8cbc6f86d1d3d523cde4242095a21e85d24ed37bfa08")
build() {
mkdir -p "${srcdir}/output"