diff --git a/.SRCINFO b/.SRCINFO index 4b246342ecd59..edf0ff9ed8338 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.26.4 + pkgver = 0.26.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.26.4nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz - sha256sums = 7cec5cb8461f97bd3b9758ec55c2c0b64c108a8e8d7aec26e21d0bc795e0025d + source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.26.5nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz + sha256sums = 3d3e0662d38666521d76013cb42e2226ceff2e7671c6c755b42c51675bff00ea pkgname = note-gen diff --git a/PKGBUILD b/PKGBUILD index 7be14ee9d2504..4ca0f2ef9fd11 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ChHsich pkgname=note-gen _pkgname=note-gen -pkgver=0.26.4 +pkgver=0.26.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=('7cec5cb8461f97bd3b9758ec55c2c0b64c108a8e8d7aec26e21d0bc795e0025d') +sha256sums=('3d3e0662d38666521d76013cb42e2226ceff2e7671c6c755b42c51675bff00ea') install=$pkgname.install