summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyope2024-03-05 13:57:18 +0800
committerkyope2024-03-05 13:57:18 +0800
commite469e2e39ab16915fd57a0b0f54097c96dc81846 (patch)
tree321ba945e5d816ea67b09cfe064f9ae131e61be2
parentee22c68cbfe0e9a211961e66d6368e67ff8bd72d (diff)
downloadaur-e469e2e39ab16915fd57a0b0f54097c96dc81846.tar.gz
v3.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7886ca2dd2b0..8862c57b3d79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = siyuan-appimage
pkgdesc = A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://b3log.org/siyuan
arch = x86_64
license = AGPL3
depends = fuse2
optdepends = pandoc: docx export
- noextract = siyuan-3.0.1-linux.AppImage
+ noextract = siyuan-3.0.2-linux.AppImage
options = !strip
- source = siyuan-3.0.1-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v3.0.1/siyuan-3.0.1-linux.AppImage
- sha256sums = e0df0778b4f3dcb3906a159f9346d5a9eac8ffc5a1eb6861f72be1d02a87781d
+ source = siyuan-3.0.2-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v3.0.2/siyuan-3.0.2-linux.AppImage
+ sha256sums = 6e6e832680cebe8d5b9f00c9f9ce85a58a3a0f4e2657007d492a87d3487567d3
pkgname = siyuan-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 3d92f5886751..a250de6d0e0c 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.1
+pkgver=3.0.2
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")
depends=('fuse2')
optdepends=('pandoc: docx export')
source=("${_pkgname}::https://github.com/siyuan-note/siyuan/releases/download/v${pkgver}/${_pkgname}")
-sha256sums=("e0df0778b4f3dcb3906a159f9346d5a9eac8ffc5a1eb6861f72be1d02a87781d")
+sha256sums=("6e6e832680cebe8d5b9f00c9f9ce85a58a3a0f4e2657007d492a87d3487567d3")
_installdir=/opt/appimages