summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Evan Kabat2023-11-22 20:49:55 -0600
committerBryce Evan Kabat2023-11-22 20:49:55 -0600
commit179188e48536c577787ac00b4f03b7cce2e6d758 (patch)
tree10d26798b441630929bba602e57c88fc85514a94
parent2247c205b53d97dff7160807ad40df9115dbd6e0 (diff)
downloadaur-179188e48536c577787ac00b4f03b7cce2e6d758.tar.gz
Updated to 0.62.2
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f89f2f221b43..0f9a3db9178b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.61.15
+ pkgver = 0.62.2
pkgrel = 1
url = https://github.com/zadam/trilium
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = trilium-bin
depends = nss
depends = gtk3
depends = alsa-lib
- source = https://github.com/zadam/trilium/releases/download/v0.61.15/trilium-linux-x64-0.61.15.tar.xz
- sha512sums = 88a959aa8f4b38fe0d85cd4197752a45ff455a66d0ad3bb12d6b195cc7533d8570bbafaf35266da02d81f6f23e76a8be1a2757b2073825f7270c08d3dd55374d
+ source = https://github.com/zadam/trilium/releases/download/v0.62.2/trilium-linux-x64-0.62.2.tar.xz
+ sha512sums = a3f894f11ebeca3b01255d697cc17c841541f633f5a3044e4bceef027971b85522d8c101ac55ede0babfad47487fe760ff90cbbd19cadd13b62854cc7565dfad
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0ed668fcbd8b..b25ff0d3650c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.61.15
+pkgver=0.62.2
pkgrel=1
pkgdesc="A hierarchical note taking application built on modern technologies."
depends=('libxss' 'nss' 'gtk3' 'alsa-lib')
@@ -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=('88a959aa8f4b38fe0d85cd4197752a45ff455a66d0ad3bb12d6b195cc7533d8570bbafaf35266da02d81f6f23e76a8be1a2757b2073825f7270c08d3dd55374d')
+sha512sums=('a3f894f11ebeca3b01255d697cc17c841541f633f5a3044e4bceef027971b85522d8c101ac55ede0babfad47487fe760ff90cbbd19cadd13b62854cc7565dfad')
package()
{