summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Evan Kabat2021-12-24 15:32:30 -0600
committerBryce Evan Kabat2021-12-24 15:32:30 -0600
commitd6529addbbc3733f0a0cec31262c72a78290f2c8 (patch)
tree034799c908f23e9399c7ae352e549a1ec782e020
parentb65ec79c59d6ae041d5ff7d6431d07e0eb8b637d (diff)
downloadaur-d6529addbbc3733f0a0cec31262c72a78290f2c8.tar.gz
Updated to 0.48.9
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f37e6fb445a..7946aa0eefef 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.48.8
+ pkgver = 0.48.9
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.48.8/trilium-linux-x64-0.48.8.tar.xz
- sha512sums = 9e113793503a8c03241b1bc52528515526bdb09bcfaa3bbae4a6d74cfe0884c81cdac9f62da9c81242313083d55b0bb909903cda433267bc2de04f4fa91c0302
+ source = https://github.com/zadam/trilium/releases/download/v0.48.9/trilium-linux-x64-0.48.9.tar.xz
+ sha512sums = b898c2e95e41361110cf42546462f8d362703808e9a34f2691be8d536fd325dc96de219341ce8bc89cf8aabf259634e79a280b9e0f2ec82f83afb5d90696cc89
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4b341f4ce5d8..a92378c7a275 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.48.8
+pkgver=0.48.9
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=('9e113793503a8c03241b1bc52528515526bdb09bcfaa3bbae4a6d74cfe0884c81cdac9f62da9c81242313083d55b0bb909903cda433267bc2de04f4fa91c0302')
+sha512sums=('b898c2e95e41361110cf42546462f8d362703808e9a34f2691be8d536fd325dc96de219341ce8bc89cf8aabf259634e79a280b9e0f2ec82f83afb5d90696cc89')
package()
{