summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2020-02-01 00:34:36 +0330
committerAli Molaei2020-02-01 00:34:36 +0330
commit0656b7a8158410f9df622f51e6fba05b095138ba (patch)
tree3961a051777d07faa6d442824f0f7e3e06887446
parent4f1419ef1c5b98f09a3465117b46485c01fd4753 (diff)
downloadaur-0656b7a8158410f9df622f51e6fba05b095138ba.tar.gz
Update to 1.5.73
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 958fab992fc4..958215fc3300 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.71
+ pkgver = 1.5.73
pkgrel = 1
url = http://www.etcher.io/
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = etcher-bin
provides = etcher
conflicts = etcher
options = !strip
- source = https://github.com/balena-io/etcher/releases/download/v1.5.71/balena-etcher-electron_1.5.71_amd64.deb
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.73/balena-etcher-electron_1.5.73_amd64.deb
source = etcher
- sha256sums = 5552ae9683f47f6a6687205022e8850b9b3868ec264971e42ea63c026e2b5f53
+ sha256sums = d5a335c9a40c2e1345b239b2da5f3b1f6ba8d76b1af0b0954e012d669aee7691
sha256sums = ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index b464bfbdbc6c..78eea2e5edfd 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.71
+pkgver=1.5.73
pkgrel=1
pkgdesc="Flash OS images to SD cards & USB drives, safely and easily"
arch=("x86_64")
@@ -15,11 +15,11 @@ depends=("alsa-lib" "libxss" "libxtst" "nss")
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"
- "etcher")
+ "etcher")
options=("!strip")
-sha256sums=("5552ae9683f47f6a6687205022e8850b9b3868ec264971e42ea63c026e2b5f53"
- "ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3")
+sha256sums=("d5a335c9a40c2e1345b239b2da5f3b1f6ba8d76b1af0b0954e012d669aee7691"
+ "ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3")
build() {
mkdir -p "${srcdir}/output"