summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Evan Kabat2023-11-28 16:26:40 -0600
committerBryce Evan Kabat2023-11-28 16:26:40 -0600
commit5458d45900263c0f8551e55de985a5e097af9824 (patch)
tree2d1a427ef34e903a0c3e3f4c5453d5a799e8eec7
parent179188e48536c577787ac00b4f03b7cce2e6d758 (diff)
downloadaur-5458d45900263c0f8551e55de985a5e097af9824.tar.gz
Update to 0.62.3
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f9a3db9178b..40a11f06d1ef 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.62.2
+ pkgver = 0.62.3
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.62.2/trilium-linux-x64-0.62.2.tar.xz
- sha512sums = a3f894f11ebeca3b01255d697cc17c841541f633f5a3044e4bceef027971b85522d8c101ac55ede0babfad47487fe760ff90cbbd19cadd13b62854cc7565dfad
+ source = https://github.com/zadam/trilium/releases/download/v0.62.3/trilium-linux-x64-0.62.3.tar.xz
+ sha512sums = afda9733f0e9a3d971a4bd7b3f12bceba0a23be3c9177d3e7bc4974b7028e3343479cac14c656e0ec471c1bb24f6c873f0bfee65939135342f051313fd32bd3b
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index b25ff0d3650c..58b230a93ac8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.62.2
+pkgver=0.62.3
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=('a3f894f11ebeca3b01255d697cc17c841541f633f5a3044e4bceef027971b85522d8c101ac55ede0babfad47487fe760ff90cbbd19cadd13b62854cc7565dfad')
+sha512sums=('afda9733f0e9a3d971a4bd7b3f12bceba0a23be3c9177d3e7bc4974b7028e3343479cac14c656e0ec471c1bb24f6c873f0bfee65939135342f051313fd32bd3b')
package()
{