summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2021-12-02 01:43:33 +0330
committerAli Molaei2021-12-02 01:43:33 +0330
commit4f21b3f9b4e5db269cb9a6e2ee94c82cbb48a220 (patch)
treefd4f2c996841f18e988b8d33677d5b1782160f70
parentd140f58ef59379f0c5822100095afa77f5032a59 (diff)
downloadaur-4f21b3f9b4e5db269cb9a6e2ee94c82cbb48a220.tar.gz
Update to 1.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7510ee160815..72a7c5673dfc 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.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://www.balena.io/etcher/
arch = x86_64
@@ -48,9 +48,9 @@ pkgbase = etcher-bin
provides = etcher
conflicts = etcher
options = !strip
- source = https://github.com/balena-io/etcher/releases/download/v1.7.0/balena-etcher-electron_1.7.0_amd64.deb
+ source = https://github.com/balena-io/etcher/releases/download/v1.7.1/balena-etcher-electron_1.7.1_amd64.deb
source = etcher
- sha256sums = eb3343eb677e213a5e6a23acc0b4b7b8bdb2df6b7a1573fca480ae8314346524
+ sha256sums = fd7a46e74c4ee6aa2861b10fe7530ae87d9611d0749a716275ea659d2c687a6b
sha256sums = ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 05ba5d44359d..e958636c81d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrew Stubbs <andrew dot stubbs at gmail dot com>
pkgname=etcher-bin
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="Flash OS images to SD cards & USB drives, safely and easily"
arch=("x86_64")
@@ -19,7 +19,7 @@ source=("https://github.com/balena-io/${pkgname%-bin}/releases/download/v${pkgve
"etcher")
options=("!strip")
-sha256sums=("eb3343eb677e213a5e6a23acc0b4b7b8bdb2df6b7a1573fca480ae8314346524"
+sha256sums=("fd7a46e74c4ee6aa2861b10fe7530ae87d9611d0749a716275ea659d2c687a6b"
"ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3")
build() {