summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-11-22 12:32:59 +0330
committerAli Molaei2022-11-22 12:32:59 +0330
commit04290d361a003c08be047b5863b3d130dffa3ad3 (patch)
tree5e69a3399add64e628b2346298dc9e427605f2c2
parent9e6d559c2363d77608eec7d5ee4c1030bfeea811 (diff)
downloadaur-04290d361a003c08be047b5863b3d130dffa3ad3.tar.gz
Update to 1.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bfb9299e0a8..30b2d1f79fd1 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.10.0
+ pkgver = 1.10.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.10.0/balena-etcher_1.10.0_amd64.deb
+ source = https://github.com/balena-io/etcher/releases/download/v1.10.1/balena-etcher_1.10.1_amd64.deb
source = etcher
- sha256sums = 5dc1fb00e04712a8cc83137347ef65c6946c1026eef269e9e6c03a9386119d1e
+ sha256sums = aad0dc7c417e107f3da8d24909564f6e5548b913c13565f15a6f17b1892a5f37
sha256sums = 612350b1453ec309318ec622fc9d34d83593b01436e62384795664be205bba81
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 99e5ade2774f..34f2f865d82a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrew Stubbs <andrew dot stubbs at gmail dot com>
pkgname=etcher-bin
-pkgver=1.10.0
+pkgver=1.10.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=("5dc1fb00e04712a8cc83137347ef65c6946c1026eef269e9e6c03a9386119d1e"
+sha256sums=("aad0dc7c417e107f3da8d24909564f6e5548b913c13565f15a6f17b1892a5f37"
"612350b1453ec309318ec622fc9d34d83593b01436e62384795664be205bba81")
build() {