summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Návrat2023-02-22 17:45:21 +0100
committerVladimír Návrat2023-02-22 17:45:21 +0100
commit2a349b0637a771e85dae7400f83fbdd561bd9409 (patch)
tree7363f3b5b439d7a6575039f3a195f4766339946c
parente839bf7dc6ca826c344cf6596ff368952e5d08bd (diff)
downloadaur-2a349b0637a771e85dae7400f83fbdd561bd9409.tar.gz
Update to v0.58.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2473fbbe6799..3cc6daecf391 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = trilium-server-bin
pkgdesc = A hierarchical note taking application built on modern technologies (server only).
- pkgver = 0.58.7
+ pkgver = 0.58.8
pkgrel = 1
url = https://github.com/zadam/trilium
arch = x86_64
license = AGPL3
depends = libxss
depends = nss
- source = https://github.com/zadam/trilium/releases/download/v0.58.7/trilium-linux-x64-server-0.58.7.tar.xz
+ source = https://github.com/zadam/trilium/releases/download/v0.58.8/trilium-linux-x64-server-0.58.8.tar.xz
source = trilium-server
- sha512sums = c4a13e81be7fa756f99b53122dba541dba7db8e7ad2e3c0d21c443efb9a51a8701f5777228a50822c3553dd69861653a32acd8fbbad3908998bfbafec271ebd6
+ sha512sums = 364a34303ae449e68c56d3340c7ad9d2481bcc5ddf186d86fa94f024d525d48390f41dfc9820368e68a1f1c46f740acdabb4920d829a4f52da2e00a1afd1b252
sha512sums = 5137657683b83086e7985c1d75111b78a1760ce02e6cf8e8386477a01758fa511226de98ea4d817a52c8109116f002cdec9994e2eb5baef10fde2eaf2df42fb7
pkgname = trilium-server-bin
diff --git a/PKGBUILD b/PKGBUILD
index 06aa18c60aad..44c3be418e72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vladimir Navrat <vn158 at seznam dot cz>
pkgname="trilium-server-bin"
-pkgver=0.58.7
+pkgver=0.58.8
pkgrel=1
pkgdesc="A hierarchical note taking application built on modern technologies (server only)."
depends=('libxss' 'nss')
@@ -10,7 +10,7 @@ license=('AGPL3')
source=("https://github.com/zadam/trilium/releases/download/v$pkgver/trilium-linux-x64-server-$pkgver.tar.xz" "${pkgname%-bin}")
OPTIONS=(!strip)
-sha512sums=('c4a13e81be7fa756f99b53122dba541dba7db8e7ad2e3c0d21c443efb9a51a8701f5777228a50822c3553dd69861653a32acd8fbbad3908998bfbafec271ebd6'
+sha512sums=('364a34303ae449e68c56d3340c7ad9d2481bcc5ddf186d86fa94f024d525d48390f41dfc9820368e68a1f1c46f740acdabb4920d829a4f52da2e00a1afd1b252'
'5137657683b83086e7985c1d75111b78a1760ce02e6cf8e8386477a01758fa511226de98ea4d817a52c8109116f002cdec9994e2eb5baef10fde2eaf2df42fb7')
package()