summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikos Toutountzoglou2023-04-25 19:30:44 +0200
committerNikos Toutountzoglou2023-04-25 19:30:44 +0200
commit5d920d9767dc252d9af5bbeae82ab06e7f47bbb1 (patch)
tree34b56649023d80e1659db4f4573ebb10ce06eb9f /PKGBUILD
parent504f4138fdef876c06b1ff78e868b6ef84c200e1 (diff)
downloadaur-5d920d9767dc252d9af5bbeae82ab06e7f47bbb1.tar.gz
Update to version 1.18.7. patch: update docs to remove cloudsmith install instructions for linux [Edwin Joassart]
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7066ae48784..ef94c6353e9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nikos Toutountzoglou <nikos.toutou@gmail.com>
pkgname=balena-etcher-appimage
-pkgver=1.18.6
+pkgver=1.18.7
pkgrel=1
pkgdesc="Flash OS images to SD cards & USB drives, safely and easily"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('fuse2')
provides=("balena-etcher-appimage=${pkgver}")
conflicts=('balena-etcher-appimage' 'balena-etcher' 'balena-etcher-electron-bin')
source=("https://github.com/balena-io/etcher/releases/download/v${pkgver}/balenaEtcher-${pkgver}-x64.AppImage")
-sha256sums=('a21e64e6709c8741a5283d915c4acfa89643a901ceb9e7589d7a50b29a74f4d9')
+sha256sums=('f45c232c7891029ce0927c5dfcdcaf97413991171d15c4170e97b9e8716367a9')
options=(!strip) # necessary otherwise the AppImage file in the package is truncated
_image="$(basename "${source[0]}")"