summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Evan Kabat2023-12-11 06:58:58 -0600
committerBryce Evan Kabat2023-12-11 06:58:58 -0600
commitbfbd9e035bd51485f46d81b88d8cde7f697038e2 (patch)
tree11d9b19c93d086b201529ae5210fa917ea41e843
parent5458d45900263c0f8551e55de985a5e097af9824 (diff)
downloadaur-bfbd9e035bd51485f46d81b88d8cde7f697038e2.tar.gz
Update to 0.62.4
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40a11f06d1ef..fa9e09e45f80 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.62.3
- pkgrel = 1
+ pkgver = 0.62.4
+ pkgrel = 2
url = https://github.com/zadam/trilium
arch = x86_64
license = AGPL3
@@ -9,7 +9,7 @@ pkgbase = trilium-bin
depends = nss
depends = gtk3
depends = alsa-lib
- source = https://github.com/zadam/trilium/releases/download/v0.62.3/trilium-linux-x64-0.62.3.tar.xz
- sha512sums = afda9733f0e9a3d971a4bd7b3f12bceba0a23be3c9177d3e7bc4974b7028e3343479cac14c656e0ec471c1bb24f6c873f0bfee65939135342f051313fd32bd3b
+ source = https://github.com/zadam/trilium/releases/download/v0.62.4/trilium-linux-x64-0.62.4.tar.xz
+ sha512sums = 24ef459b9419cae30911d9e388f59a5e2daedadb227bb89b84462b8037f585344786610ef77b83af187a6fc847f8bc9c0bd796f22d1e570388bef61b6dfcd0f2
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 58b230a93ac8..e313db7916d5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.62.3
-pkgrel=1
+pkgver=0.62.4
+pkgrel=2
pkgdesc="A hierarchical note taking application built on modern technologies."
depends=('libxss' 'nss' 'gtk3' 'alsa-lib')
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=('afda9733f0e9a3d971a4bd7b3f12bceba0a23be3c9177d3e7bc4974b7028e3343479cac14c656e0ec471c1bb24f6c873f0bfee65939135342f051313fd32bd3b')
+sha512sums=('24ef459b9419cae30911d9e388f59a5e2daedadb227bb89b84462b8037f585344786610ef77b83af187a6fc847f8bc9c0bd796f22d1e570388bef61b6dfcd0f2')
package()
{