summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-11-26 12:51:42 +0330
committerAli Molaei2022-11-26 12:51:42 +0330
commit13372ba5b06f4484589f92092314cadbe4887e40 (patch)
treed2d59418b4ae35f07eaa6675a5b89ba9444e51a8
parent04290d361a003c08be047b5863b3d130dffa3ad3 (diff)
downloadaur-13372ba5b06f4484589f92092314cadbe4887e40.tar.gz
Update to 1.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30b2d1f79fd1..16f64876f942 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.1
+ pkgver = 1.10.2
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.1/balena-etcher_1.10.1_amd64.deb
+ source = https://github.com/balena-io/etcher/releases/download/v1.10.2/balena-etcher_1.10.2_amd64.deb
source = etcher
- sha256sums = aad0dc7c417e107f3da8d24909564f6e5548b913c13565f15a6f17b1892a5f37
+ sha256sums = 8bda4336a254a9abfd2ba9721d56547bfb00f2acd8cb0213d0630941d7b96ed1
sha256sums = 612350b1453ec309318ec622fc9d34d83593b01436e62384795664be205bba81
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 34f2f865d82a..f6969fa15b39 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.1
+pkgver=1.10.2
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=("aad0dc7c417e107f3da8d24909564f6e5548b913c13565f15a6f17b1892a5f37"
+sha256sums=("8bda4336a254a9abfd2ba9721d56547bfb00f2acd8cb0213d0630941d7b96ed1"
"612350b1453ec309318ec622fc9d34d83593b01436e62384795664be205bba81")
build() {