summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Evan Kabat2023-01-18 20:47:38 -0600
committerBryce Evan Kabat2023-01-18 20:47:38 -0600
commita5b613fcc089f998f9bf634b0d1a037fa80a4ad7 (patch)
treecac80b7a74c39c230f2f5ad4288cbd29b192940d
parent0fd4512ac7cf5ce8d5c52b27f45698c5539bc1fa (diff)
downloadaur-a5b613fcc089f998f9bf634b0d1a037fa80a4ad7.tar.gz
Update to 0.58.7
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bfa73b39a80..f32319ff8103 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.6
+ pkgver = 0.58.7
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.6/trilium-linux-x64-0.58.6.tar.xz
- sha512sums = 00562e3990d128159d21bf5f9746ea40d50ac2b80c40f8cd253331106a3a11b68ab5402ad44bc698aa5b0bcadbe9c58cdbacaacf178df88daa3cc2c538f77dd9
+ source = https://github.com/zadam/trilium/releases/download/v0.58.7/trilium-linux-x64-0.58.7.tar.xz
+ sha512sums = b0bad248260d8a5e78b8728fc953b090ce2dbd12bd8fb1c5637b535f3d884adc58378366b92a2f8c8b083bff859d4aa0c18967d7339fbf7a5b2bd57732b2941e
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 93b75cc165af..392e5df3d780 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.58.6
+pkgver=0.58.7
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=('00562e3990d128159d21bf5f9746ea40d50ac2b80c40f8cd253331106a3a11b68ab5402ad44bc698aa5b0bcadbe9c58cdbacaacf178df88daa3cc2c538f77dd9')
+sha512sums=('b0bad248260d8a5e78b8728fc953b090ce2dbd12bd8fb1c5637b535f3d884adc58378366b92a2f8c8b083bff859d4aa0c18967d7339fbf7a5b2bd57732b2941e')
package()
{