summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyope2024-04-21 01:09:35 +0800
committerkyope2024-04-21 01:09:35 +0800
commitc1793907565a6156f4a300fedcca6ea0a650cf38 (patch)
tree0dcc7ed073579128c384b209220252fc8b3a6249
parent6ca3a6596c343425624321bfb4284a664bd279c9 (diff)
downloadaur-c1793907565a6156f4a300fedcca6ea0a650cf38.tar.gz
v3.0.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12c6f731ec99..a52410e289cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = siyuan-appimage
pkgdesc = A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang
- pkgver = 3.0.9
+ pkgver = 3.0.10
pkgrel = 1
url = https://b3log.org/siyuan
arch = x86_64
license = AGPL-3.0-only
depends = fuse2
optdepends = pandoc: docx export
- noextract = siyuan-3.0.9-linux.AppImage
+ noextract = siyuan-3.0.10-linux.AppImage
options = !strip
options = !debug
- source = siyuan-3.0.9-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v3.0.9/siyuan-3.0.9-linux.AppImage
- sha256sums = 731906f015c7a60f5aea8bac00c94c3342d307b67c6aef79c584dda0ccd81c23
+ source = siyuan-3.0.10-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v3.0.10/siyuan-3.0.10-linux.AppImage
+ sha256sums = a2c5325414449000e9a06660f5328d333267c1090c3758f7e41834834509368e
pkgname = siyuan-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 5fbb8fc00b01..634ccfb43cac 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=3.0.9
+pkgver=3.0.10
pkgrel=1
pkgdesc="A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang"
arch=("x86_64")
@@ -13,7 +13,7 @@ options=("!strip" "!debug")
depends=("fuse2")
optdepends=('pandoc: docx export')
source=("${_pkgname}::https://github.com/siyuan-note/siyuan/releases/download/v${pkgver}/${_pkgname}")
-sha256sums=("731906f015c7a60f5aea8bac00c94c3342d307b67c6aef79c584dda0ccd81c23")
+sha256sums=("a2c5325414449000e9a06660f5328d333267c1090c3758f7e41834834509368e")
_installdir=/opt/appimages