summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9127faad26d1..d0dd54a67713 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.19
+ pkgver = 1.5.24
pkgrel = 1
url = http://www.etcher.io/
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = etcher-bin
provides = etcher
conflicts = etcher
options = !strip
- source = https://github.com/balena-io/etcher/releases/download/v1.5.19/balena-etcher-electron_1.5.19_amd64.deb
- sha256sums = c135d5dee880c1202397c46a4e712237f096593f3b9d8039cf56b5cecb525a77
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.24/balena-etcher-electron_1.5.24_amd64.deb
+ sha256sums = 0311678df042cc62a59f2cf8ac34c6e4387b02ff80e76a839d8df20bafeb33b3
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 40aa0f7bfeb5..ed6f230f4405 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.19
+pkgver=1.5.24
pkgrel=1
pkgdesc="Flash OS images to SD cards & USB drives, safely and easily"
arch=("x86_64")
@@ -16,7 +16,7 @@ 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")
options=("!strip")
-sha256sums=("c135d5dee880c1202397c46a4e712237f096593f3b9d8039cf56b5cecb525a77")
+sha256sums=("0311678df042cc62a59f2cf8ac34c6e4387b02ff80e76a839d8df20bafeb33b3")
build() {
cd "${srcdir}"