summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23f091a36bc8..8bfa73b39a80 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.58.5
+ pkgver = 0.58.6
pkgrel = 1
url = https://github.com/zadam/trilium
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = trilium-bin
depends = libxss
depends = nss
depends = gtk3
- source = https://github.com/zadam/trilium/releases/download/v0.58.5/trilium-linux-x64-0.58.5.tar.xz
- sha512sums = b6045a58e1bb70127aed30a3bb7c6b39215e554866bf1efe36646d5a74657c26aa3c1f68a66a76b203f53a92efc7bf44720f2e1d60feecd96fb98dd9434cd2c7
+ source = https://github.com/zadam/trilium/releases/download/v0.58.6/trilium-linux-x64-0.58.6.tar.xz
+ sha512sums = 00562e3990d128159d21bf5f9746ea40d50ac2b80c40f8cd253331106a3a11b68ab5402ad44bc698aa5b0bcadbe9c58cdbacaacf178df88daa3cc2c538f77dd9
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index fb8237d90bf0..93b75cc165af 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.58.5
+pkgver=0.58.6
pkgrel=1
pkgdesc="A hierarchical note taking application built on modern technologies."
depends=('libxss' 'nss' 'gtk3')
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/zadam/trilium"
license=('AGPL3')
source=("https://github.com/zadam/trilium/releases/download/v$pkgver/trilium-linux-x64-$pkgver.tar.xz")
-sha512sums=('b6045a58e1bb70127aed30a3bb7c6b39215e554866bf1efe36646d5a74657c26aa3c1f68a66a76b203f53a92efc7bf44720f2e1d60feecd96fb98dd9434cd2c7')
+sha512sums=('00562e3990d128159d21bf5f9746ea40d50ac2b80c40f8cd253331106a3a11b68ab5402ad44bc698aa5b0bcadbe9c58cdbacaacf178df88daa3cc2c538f77dd9')
package()
{