Update to version 1.1.0

This commit is contained in:
Yuri Karamian 2026-02-15 22:19:58 +01:00
parent 0884d79b2a
commit 66577d3f0f
2 changed files with 7 additions and 7 deletions

View file

@ -1,15 +1,15 @@
pkgbase = helixnotes-appimage-bin
pkgdesc = Local-first markdown note-taking app built with Rust, Tauri, and SvelteKit
pkgver = 1.0.9
pkgdesc = Local markdown note-taking app built with Rust, Tauri, and SvelteKit
pkgver = 1.1.0
pkgrel = 1
url = https://helixnotes.com
arch = x86_64
license = AGPL-3.0-only
depends = fuse2
depends = gtk3
noextract = HelixNotes_1.0.9_amd64.AppImage
noextract = HelixNotes_1.1.0_amd64.AppImage
options = !strip
source = HelixNotes_1.0.9_amd64.AppImage::https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.0.9/HelixNotes_1.0.9_amd64.AppImage
source = HelixNotes_1.1.0_amd64.AppImage::https://download.helixnotes.com/releases/v1.1.0/HelixNotes_1.1.0_amd64.AppImage
source = helixnotes.desktop
sha256sums = b1a6ce76c5e206a2e9d432e5dc0bd71c9466de06b0d897a1b0488e062f8b66f1
sha256sums = 20dd14203d5bedca52933bd60065d013418bcba00cea6dfcec78b292b82900ba

View file

@ -1,15 +1,15 @@
# Maintainer: Yuri Karamian <yuri@arkhost.com>
pkgname=helixnotes-appimage-bin
_pkgname=HelixNotes
pkgver=1.0.9
pkgver=1.1.0
pkgrel=1
pkgdesc="Local-first markdown note-taking app built with Rust, Tauri, and SvelteKit"
pkgdesc="Local markdown note-taking app built with Rust, Tauri, and SvelteKit"
arch=('x86_64')
url="https://helixnotes.com"
license=('AGPL-3.0-only')
depends=('fuse2' 'gtk3')
options=('!strip')
source=("${_pkgname}_${pkgver}_amd64.AppImage::https://codeberg.org/ArkHost/HelixNotes/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.AppImage"
source=("${_pkgname}_${pkgver}_amd64.AppImage::https://download.helixnotes.com/releases/v${pkgver}/${_pkgname}_${pkgver}_amd64.AppImage"
"helixnotes.desktop")
sha256sums=('b1a6ce76c5e206a2e9d432e5dc0bd71c9466de06b0d897a1b0488e062f8b66f1'
'20dd14203d5bedca52933bd60065d013418bcba00cea6dfcec78b292b82900ba')