summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikos Toutountzoglou2023-04-26 17:27:02 +0200
committerNikos Toutountzoglou2023-04-26 17:27:02 +0200
commitac9890be933d3ad8be27615669d3767e0136c77f (patch)
tree32cc6ab747b79968de5f6d24d1d8d1fc4a3fa394
parent5d920d9767dc252d9af5bbeae82ab06e7f47bbb1 (diff)
downloadaur-ac9890be933d3ad8be27615669d3767e0136c77f.tar.gz
Pre-Release v1.18.8. Patch: Fix Support link, 2023-03-05
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aabc5a35f7b..79ecae55dc7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = balena-etcher-appimage
pkgdesc = Flash OS images to SD cards & USB drives, safely and easily
- pkgver = 1.18.7
+ pkgver = 1.18.8
pkgrel = 1
url = https://www.balena.io/etcher
arch = x86_64
license = Apache
depends = fuse2
- provides = balena-etcher-appimage=1.18.7
+ provides = balena-etcher-appimage=1.18.8
conflicts = balena-etcher-appimage
conflicts = balena-etcher
conflicts = balena-etcher-electron-bin
options = !strip
- source = https://github.com/balena-io/etcher/releases/download/v1.18.7/balenaEtcher-1.18.7-x64.AppImage
- sha256sums = f45c232c7891029ce0927c5dfcdcaf97413991171d15c4170e97b9e8716367a9
+ source = https://github.com/balena-io/etcher/releases/download/v1.18.8/balenaEtcher-1.18.8-x64.AppImage
+ sha256sums = 2028eb86e04d32396dbf25ef3a68a2adad44eec74a33690d7514a6828a5ec498
pkgname = balena-etcher-appimage
diff --git a/PKGBUILD b/PKGBUILD
index ef94c6353e9c..328f56fd3802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nikos Toutountzoglou <nikos.toutou@gmail.com>
pkgname=balena-etcher-appimage
-pkgver=1.18.7
+pkgver=1.18.8
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=('f45c232c7891029ce0927c5dfcdcaf97413991171d15c4170e97b9e8716367a9')
+sha256sums=('2028eb86e04d32396dbf25ef3a68a2adad44eec74a33690d7514a6828a5ec498')
options=(!strip) # necessary otherwise the AppImage file in the package is truncated
_image="$(basename "${source[0]}")"