diff --git a/.SRCINFO b/.SRCINFO index 0fb2661dc3dc8..77d230dccc1e3 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.4 + pkgver = 0.23.5 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.4nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz - sha256sums = c78fec7d315c1260abd3a771200ec12691c3fd06e80d4b7be75e308af4c5b1c3 + source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.23.5nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz + sha256sums = 3926be4bb3870222244d4d38bdc858b6d143257fc79930aba85ee0306e0169b7 pkgname = note-gen diff --git a/PKGBUILD b/PKGBUILD index 4afe345011916..a28e2f57a0bb6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ChHsich pkgname=note-gen _pkgname=note-gen -pkgver=0.23.4 +pkgver=0.23.5 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=('c78fec7d315c1260abd3a771200ec12691c3fd06e80d4b7be75e308af4c5b1c3') +sha256sums=('3926be4bb3870222244d4d38bdc858b6d143257fc79930aba85ee0306e0169b7') install=$pkgname.install