summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Evan Kabat2021-12-16 10:26:59 -0600
committerBryce Evan Kabat2021-12-16 10:26:59 -0600
commitb65ec79c59d6ae041d5ff7d6431d07e0eb8b637d (patch)
tree67049a0ac87709f9bc5ab37bd278a461e71d36ce
parent734ceec4b355364149b0c0ab8850913426a21c73 (diff)
downloadaur-b65ec79c59d6ae041d5ff7d6431d07e0eb8b637d.tar.gz
Update to 0.48.8
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9b1cdd341bb..6f37e6fb445a 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.7
+ pkgver = 0.48.8
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.7/trilium-linux-x64-0.48.7.tar.xz
- sha512sums = 92b9b317f84bda860bacd5212b3e7a1554449d048bb5f4b0c0d1bc67528d12235603f255247a529e8079b3eb788f69c082aaf77e153491eae5fde861def67ace
+ source = https://github.com/zadam/trilium/releases/download/v0.48.8/trilium-linux-x64-0.48.8.tar.xz
+ sha512sums = 9e113793503a8c03241b1bc52528515526bdb09bcfaa3bbae4a6d74cfe0884c81cdac9f62da9c81242313083d55b0bb909903cda433267bc2de04f4fa91c0302
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0f8fc4d6306c..4b341f4ce5d8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.48.7
+pkgver=0.48.8
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=('92b9b317f84bda860bacd5212b3e7a1554449d048bb5f4b0c0d1bc67528d12235603f255247a529e8079b3eb788f69c082aaf77e153491eae5fde861def67ace')
+sha512sums=('9e113793503a8c03241b1bc52528515526bdb09bcfaa3bbae4a6d74cfe0884c81cdac9f62da9c81242313083d55b0bb909903cda433267bc2de04f4fa91c0302')
package()
{