summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bd223f2ff0c..2d28102c92ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = siyuan-appimage
pkgdesc = A local-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG
- pkgver = 2.9.2
+ pkgver = 2.9.3
pkgrel = 1
url = https://b3log.org/siyuan
arch = x86_64
license = AGPL3
depends = fuse2
optdepends = pandoc: docx export
- noextract = siyuan-2.9.2-linux.AppImage
+ noextract = siyuan-2.9.3-linux.AppImage
options = !strip
- source = siyuan-2.9.2-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v2.9.2/siyuan-2.9.2-linux.AppImage
- sha256sums = 58c7e3fb62823e5b0f3eb767e163ae1924e8a39bc696bc59e5389d1fbcdc1d22
+ source = siyuan-2.9.3-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v2.9.3/siyuan-2.9.3-linux.AppImage
+ sha256sums = 2fa596316e61ee7bfb6a3b326bdd63008637e5c069ef32d54db691d9aec5729e
pkgname = siyuan-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 38c33299dc80..ca6f05e75ea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: vvxxp8 <concatenate[g] the characters[x] in square[b] brackets[1] in[5] order[3] at gmail dot com>
pkgname=siyuan-appimage
-pkgver=2.9.2
+pkgver=2.9.3
pkgrel=1
pkgdesc="A local-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG"
arch=("x86_64")
@@ -13,7 +13,7 @@ options=("!strip")
depends=('fuse2')
optdepends=('pandoc: docx export')
source=("${_pkgname}::https://github.com/siyuan-note/siyuan/releases/download/v${pkgver}/${_pkgname}")
-sha256sums=("58c7e3fb62823e5b0f3eb767e163ae1924e8a39bc696bc59e5389d1fbcdc1d22")
+sha256sums=("2fa596316e61ee7bfb6a3b326bdd63008637e5c069ef32d54db691d9aec5729e")
_installdir=/opt/appimages