summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-04-24 23:25:35 +0430
committerAli Molaei2019-04-24 23:25:35 +0430
commit4637822dc3c1f9fe09e72687c83710fef12927b8 (patch)
tree7fe264d57146fce303524e2f799044e9fcf109fa
parent7e13ee9eede20d6d75ef73083df877084dc4b597 (diff)
downloadaur-4637822dc3c1f9fe09e72687c83710fef12927b8.tar.gz
Update to 1.5.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bab401256aa2..d482b09d637a 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.29
+ pkgver = 1.5.30
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.29/balena-etcher-electron_1.5.29_amd64.deb
- sha256sums = 85eac6e5c7821d2c390d06470879e83eaf7006740446c90a86164bcb04b36697
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.30/balena-etcher-electron_1.5.30_amd64.deb
+ sha256sums = e84a1c927d42537710a533102902edf527661d1334a3a7acf117a18a5e89c017
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index dc114a869bd4..9b6ec8bd9591 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.29
+pkgver=1.5.30
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=("85eac6e5c7821d2c390d06470879e83eaf7006740446c90a86164bcb04b36697")
+sha256sums=("e84a1c927d42537710a533102902edf527661d1334a3a7acf117a18a5e89c017")
build() {
mkdir -p "${srcdir}/output"