summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Návrat2021-12-27 20:27:10 +0100
committerVladimír Návrat2021-12-27 20:27:10 +0100
commitb651c811db1299ada6c437249a7d4c26ab005ec6 (patch)
tree26c00fb416f3c6299b1610f4099291eba4406b2a
parent4f990b86c8e248b1a90cf344855ec85748ce0051 (diff)
downloadaur-b651c811db1299ada6c437249a7d4c26ab005ec6.tar.gz
Update to v0.48.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f0110fc156e..99909f5a9e9c 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.48.8
+ pkgver = 0.48.9
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.48.8/trilium-linux-x64-server-0.48.8.tar.xz
+ source = https://github.com/zadam/trilium/releases/download/v0.48.9/trilium-linux-x64-server-0.48.9.tar.xz
source = trilium-server
- sha512sums = e5c9dfd2487f1036b9044bb56f4449f096269ec8ed90fbfc6a2ac76b4cc0bf34a0469006ff33a50710a6618f31b64ccda4422a484dc8c0a948cd2c515a946065
+ sha512sums = a1471568e1a0563568c79379f8d5447222af64d9fa3387c91a147577333cbac7c3152cc864ca9712b699427882b77a17d89306d7c5fa8c31800e63656b7eb4e1
sha512sums = 5137657683b83086e7985c1d75111b78a1760ce02e6cf8e8386477a01758fa511226de98ea4d817a52c8109116f002cdec9994e2eb5baef10fde2eaf2df42fb7
pkgname = trilium-server-bin
diff --git a/PKGBUILD b/PKGBUILD
index aeb2db7758ed..616a89db71f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vladimir Navrat <vn158 at seznam dot cz>
pkgname="trilium-server-bin"
-pkgver=0.48.8
+pkgver=0.48.9
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=('e5c9dfd2487f1036b9044bb56f4449f096269ec8ed90fbfc6a2ac76b4cc0bf34a0469006ff33a50710a6618f31b64ccda4422a484dc8c0a948cd2c515a946065'
+sha512sums=('a1471568e1a0563568c79379f8d5447222af64d9fa3387c91a147577333cbac7c3152cc864ca9712b699427882b77a17d89306d7c5fa8c31800e63656b7eb4e1'
'5137657683b83086e7985c1d75111b78a1760ce02e6cf8e8386477a01758fa511226de98ea4d817a52c8109116f002cdec9994e2eb5baef10fde2eaf2df42fb7')
package()