From 483ba42d5ae33eb0b04bc167b29043d87f9fbd86 Mon Sep 17 00:00:00 2001 From: ChHsich Date: Tue, 30 Dec 2025 14:23:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(aur):=20update=20to=20vers?= =?UTF-8?q?ion=200.23.2-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5bb3788962404..2464a126853ae 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = note-gen pkgdesc = A cross-platform Markdown note-taking application with AI integration (X11/Wayland compatible) - pkgver = 0.23.1 + pkgver = 0.23.2 pkgrel = 1 url = https://github.com/codexu/note-gen install = note-gen.install @@ -31,7 +31,7 @@ pkgbase = note-gen conflicts = note-gen-bin options = !strip options = !lto - source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.23.1nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz - sha256sums = 84bdee6ca0abf4037c65035041dd7e72a6be3e481b59b062b3a50cae8251b206 + source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.23.2nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz + sha256sums = 502dda28865aeeb8410a8302647321a4b1bc924965779a883a255ee39302fdbd pkgname = note-gen diff --git a/PKGBUILD b/PKGBUILD index 9baff2716b75e..cea10d5185217 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ChHsich pkgname=note-gen _pkgname=note-gen -pkgver=0.23.1 +pkgver=0.23.2 pkgrel=1 pkgdesc="A cross-platform Markdown note-taking application with AI integration (X11/Wayland compatible)" arch=('x86_64') @@ -14,7 +14,7 @@ provides=('note-gen') conflicts=('note-gen-bin') options=('!strip' '!lto') source=("$pkgname-$pkgver.tar.gz::$url/archive/note-gen-v$pkgver.tar.gz") -sha256sums=('84bdee6ca0abf4037c65035041dd7e72a6be3e481b59b062b3a50cae8251b206') +sha256sums=('502dda28865aeeb8410a8302647321a4b1bc924965779a883a255ee39302fdbd') install=$pkgname.install