diff --git a/.SRCINFO b/.SRCINFO index b686a1010f7a7..a5f9c0df78641 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.24.1 + pkgver = 0.25.0 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.24.1nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz - sha256sums = 9aa30111c047f54c3ce914bd0814badcaa89d72d253b334475c8dd463b0c92a3 + source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.25.0nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz + sha256sums = 73572707c3deccae89ef0b4afdcd8e855aff74ee648da91e1ad5298074de7ac4 pkgname = note-gen diff --git a/PKGBUILD b/PKGBUILD index 3cd3f4c214a36..3237af721dcf2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ChHsich pkgname=note-gen _pkgname=note-gen -pkgver=0.24.1 +pkgver=0.25.0 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=('9aa30111c047f54c3ce914bd0814badcaa89d72d253b334475c8dd463b0c92a3') +sha256sums=('73572707c3deccae89ef0b4afdcd8e855aff74ee648da91e1ad5298074de7ac4') install=$pkgname.install