summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyope2024-04-11 11:35:44 +0800
committerkyope2024-04-11 11:35:44 +0800
commit6ca3a6596c343425624321bfb4284a664bd279c9 (patch)
tree3489631bbd0394e5bdf9870e853f1b9dbe01fdc7
parentecc7ae4503b8c08f13b5a34116b79cd2c2c2dbfc (diff)
downloadaur-6ca3a6596c343425624321bfb4284a664bd279c9.tar.gz
v3.0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af78f41abbf9..12c6f731ec99 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.8
+ pkgver = 3.0.9
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.8-linux.AppImage
+ noextract = siyuan-3.0.9-linux.AppImage
options = !strip
options = !debug
- source = siyuan-3.0.8-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v3.0.8/siyuan-3.0.8-linux.AppImage
- sha256sums = f836e580a7ede1ad0f0649f42b5a9da87e3105a68f5dd9bc7a35cc74eff3d845
+ 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
pkgname = siyuan-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 4091b44b8b7d..5fbb8fc00b01 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.8
+pkgver=3.0.9
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=("f836e580a7ede1ad0f0649f42b5a9da87e3105a68f5dd9bc7a35cc74eff3d845")
+sha256sums=("731906f015c7a60f5aea8bac00c94c3342d307b67c6aef79c584dda0ccd81c23")
_installdir=/opt/appimages