summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyope2024-04-02 10:51:00 +0800
committerkyope2024-04-02 10:51:00 +0800
commita49a3e4bf3f44df088edcd86b4226b5c68c96e01 (patch)
tree4f3ecd84ccd2cdb19ae87bc980d989060bd6017f
parentc8681961cb140dfbdb909fd53ce8c3243414b9b2 (diff)
downloadaur-a49a3e4bf3f44df088edcd86b4226b5c68c96e01.tar.gz
v3.0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fecba0a4568e..969332fb1996 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.5
+ pkgver = 3.0.6
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.5-linux.AppImage
+ noextract = siyuan-3.0.6-linux.AppImage
options = !strip
options = !debug
- source = siyuan-3.0.5-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v3.0.5/siyuan-3.0.5-linux.AppImage
- sha256sums = ffbf5856508acc279c0467e000d161f5bc08e1b9c1da52d737177c30c95beea0
+ source = siyuan-3.0.6-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v3.0.6/siyuan-3.0.6-linux.AppImage
+ sha256sums = f96dd9defae9c0f8749d551be90b64e8e8bee7254cd4c5ea594f8594fc40f2dc
pkgname = siyuan-appimage
diff --git a/PKGBUILD b/PKGBUILD
index b92d5bda0346..b1490a97e9dd 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.5
+pkgver=3.0.6
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=("ffbf5856508acc279c0467e000d161f5bc08e1b9c1da52d737177c30c95beea0")
+sha256sums=("f96dd9defae9c0f8749d551be90b64e8e8bee7254cd4c5ea594f8594fc40f2dc")
_installdir=/opt/appimages