summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-04-22 20:22:56 +0430
committerAli Molaei2022-04-22 20:22:56 +0430
commitb65ce06dfd941cec2ad49d029d4a70457579ef3a (patch)
treeb12b7fedfa2d36542d6948af8eadbb40fe426232
parent4060597585720746ff8d79ff230d8be51fe964a7 (diff)
downloadaur-b65ce06dfd941cec2ad49d029d4a70457579ef3a.tar.gz
Update to 1.7.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63416fd6063c..5d2fe867e82a 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.8
+ pkgver = 1.7.9
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.8/balena-etcher-electron_1.7.8_amd64.deb
+ source = https://github.com/balena-io/etcher/releases/download/v1.7.9/balena-etcher-electron_1.7.9_amd64.deb
source = etcher
- sha256sums = b1376f07a318e36caae048bfebf33509245b701c8f6d62d3ca19b9c4e81b21fc
+ sha256sums = 941a03678408b67f7b2b6d3dad48a3e1070eadb53af561c292d7da93b26a91e5
sha256sums = ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e709e74bf31..31a4c1d08600 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.8
+pkgver=1.7.9
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=("b1376f07a318e36caae048bfebf33509245b701c8f6d62d3ca19b9c4e81b21fc"
+sha256sums=("941a03678408b67f7b2b6d3dad48a3e1070eadb53af561c292d7da93b26a91e5"
"ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3")
build() {