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 4c62d3d68ee7..9ddb5bcfaf82 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.11.1
+ pkgver = 2.11.2
pkgrel = 1
url = https://b3log.org/siyuan
arch = x86_64
license = AGPL3
depends = fuse2
optdepends = pandoc: docx export
- noextract = siyuan-2.11.1-linux.AppImage
+ noextract = siyuan-2.11.2-linux.AppImage
options = !strip
- source = siyuan-2.11.1-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v2.11.1/siyuan-2.11.1-linux.AppImage
- sha256sums = f64b6e2227955e05e22c9071ecf4e954a04012b88afc92e6eda2b39a9b37070d
+ source = siyuan-2.11.2-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v2.11.2/siyuan-2.11.2-linux.AppImage
+ sha256sums = 4c89e1fbdd44a977584c7401746bc29bc80359ba8afd9c87d0dd710e16edce2a
pkgname = siyuan-appimage
diff --git a/PKGBUILD b/PKGBUILD
index dd0ce22b93f1..9de6e41e3dc1 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.11.1
+pkgver=2.11.2
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=("f64b6e2227955e05e22c9071ecf4e954a04012b88afc92e6eda2b39a9b37070d")
+sha256sums=("4c89e1fbdd44a977584c7401746bc29bc80359ba8afd9c87d0dd710e16edce2a")
_installdir=/opt/appimages