summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyope2024-04-30 14:40:19 +0800
committerkyope2024-04-30 14:40:19 +0800
commit358f4cac08e9e1c73433155a2fefe3840bfb7846 (patch)
tree4edd2eb8988a225671670dfab101efc4fe8ccf96
parentf86e739ca28c192723c66d681901004e14a38e0d (diff)
downloadaur-358f4cac08e9e1c73433155a2fefe3840bfb7846.tar.gz
v3.0.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcb4dc2b388a..cb180967880c 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.11
+ pkgver = 3.0.12
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.11-linux.AppImage
+ noextract = siyuan-3.0.12-linux.AppImage
options = !strip
options = !debug
- source = siyuan-3.0.11-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v3.0.11/siyuan-3.0.11-linux.AppImage
- sha256sums = 9afc155fc4618d17a764dc1bb403592ba63d1c9b7bb192f37ece50fa0b9b8942
+ source = siyuan-3.0.12-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v3.0.12/siyuan-3.0.12-linux.AppImage
+ sha256sums = 82b184611529957e2b148de7d40463de4bc70a66026f7a4059060a7e018aeb41
pkgname = siyuan-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 956da306fb20..c10e5ace1773 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.11
+pkgver=3.0.12
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=("9afc155fc4618d17a764dc1bb403592ba63d1c9b7bb192f37ece50fa0b9b8942")
+sha256sums=("82b184611529957e2b148de7d40463de4bc70a66026f7a4059060a7e018aeb41")
_installdir=/opt/appimages