Update to v1.1.4

This commit is contained in:
Yuri Karamian 2026-02-19 23:03:57 +01:00
parent f17caf37c8
commit 68b6049ee7
2 changed files with 6 additions and 6 deletions

View file

@ -1,17 +1,17 @@
pkgbase = helixnotes-appimage-bin
pkgdesc = Local markdown note-taking app built with Rust, Tauri, and SvelteKit
pkgver = 1.1.3
pkgver = 1.1.4
pkgrel = 1
url = https://helixnotes.com
arch = x86_64
license = AGPL-3.0-only
depends = fuse2
depends = gtk3
noextract = HelixNotes_1.1.3_amd64.AppImage
noextract = HelixNotes_1.1.4_amd64.AppImage
options = !strip
source = HelixNotes_1.1.3_amd64.AppImage::https://download.helixnotes.com/releases/v1.1.3/HelixNotes_1.1.3_amd64.AppImage
source = HelixNotes_1.1.4_amd64.AppImage::https://download.helixnotes.com/releases/v1.1.4/HelixNotes_1.1.4_amd64.AppImage
source = helixnotes.desktop
sha256sums = e781d658e10330fd99cf32e88e987fa99ae2c86250845cc00735919c3db00752
sha256sums = 9dad26012f219dd727d9ab483244533c011c1fcbef577906ca6f5c0eba62081a
sha256sums = 20dd14203d5bedca52933bd60065d013418bcba00cea6dfcec78b292b82900ba
pkgname = helixnotes-appimage-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Yuri Karamian <yuri@arkhost.com>
pkgname=helixnotes-appimage-bin
_pkgname=HelixNotes
pkgver=1.1.3
pkgver=1.1.4
pkgrel=1
pkgdesc="Local markdown note-taking app built with Rust, Tauri, and SvelteKit"
arch=('x86_64')
@ -11,7 +11,7 @@ depends=('fuse2' 'gtk3')
options=('!strip')
source=("${_pkgname}_${pkgver}_amd64.AppImage::https://download.helixnotes.com/releases/v${pkgver}/${_pkgname}_${pkgver}_amd64.AppImage"
"helixnotes.desktop")
sha256sums=('e781d658e10330fd99cf32e88e987fa99ae2c86250845cc00735919c3db00752'
sha256sums=('9dad26012f219dd727d9ab483244533c011c1fcbef577906ca6f5c0eba62081a'
'20dd14203d5bedca52933bd60065d013418bcba00cea6dfcec78b292b82900ba')
noextract=("${_pkgname}_${pkgver}_amd64.AppImage")