summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-07-01 11:53:18 +0430
committerAli Molaei2019-07-01 11:53:18 +0430
commitfacc1d4217d831a2eddc0347b0e0a255dc899440 (patch)
tree0ca3c528a01b75b9d8587ca872ed69488f3ace9e
parent9fe90535b086b73b24fc13dd189a6659b7c57e30 (diff)
downloadaur-facc1d4217d831a2eddc0347b0e0a255dc899440.tar.gz
Update to 1.5.51
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffb0ac02203c..de7959253cbf 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.50
+ pkgver = 1.5.51
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.50/balena-etcher-electron_1.5.50_amd64.deb
- sha256sums = 5450b1f17fe2dc00179402d9ad26f2769c06f861b9b938e749b8d019b90346a7
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.51/balena-etcher-electron_1.5.51_amd64.deb
+ sha256sums = d4019cb5ab27fb7a58db2a188396e1811ad49e8d71957ce7401e446f9fc76622
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 758dce668723..e65f4b4070fa 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.50
+pkgver=1.5.51
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=("5450b1f17fe2dc00179402d9ad26f2769c06f861b9b938e749b8d019b90346a7")
+sha256sums=("d4019cb5ab27fb7a58db2a188396e1811ad49e8d71957ce7401e446f9fc76622")
build() {
mkdir -p "${srcdir}/output"