summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Evan Kabat2022-02-04 11:25:35 -0600
committerBryce Evan Kabat2022-02-04 11:25:35 -0600
commit6753124427c166986d9074a2ab10c306eadf8cb8 (patch)
tree0e65ee1b7a439d525e4a21a8af87189b31f49b68
parent834a70fa36b38ee24416725c0bb754ae4c93b90b (diff)
downloadaur-6753124427c166986d9074a2ab10c306eadf8cb8.tar.gz
Updated to 0.50.1
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e774b088aea..562bd29e09df 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.49.5
+ pkgver = 0.50.1
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.49.5/trilium-linux-x64-0.49.5.tar.xz
- sha512sums = 687a573ebd5910de474f8303c7768aa1c9399e3af72b9500f250cb1a78849efb32ab5fc342c0b24b59645189dfa02a92ef908a7dc81b4c5a63c392e69da0e4d9
+ source = https://github.com/zadam/trilium/releases/download/v0.50.1/trilium-linux-x64-0.50.1.tar.xz
+ sha512sums = 0d7c03fa443f0664aada0ea1dc76a8464ba7a0cf9505057a2986594ae794d3737cd588de6e7161428c0f7ee8536a5736eda32ba6eb22e85683b11534e9dfc354
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9624fdaefb62..e8c74c73b1d9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.49.5
+pkgver=0.50.1
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=('687a573ebd5910de474f8303c7768aa1c9399e3af72b9500f250cb1a78849efb32ab5fc342c0b24b59645189dfa02a92ef908a7dc81b4c5a63c392e69da0e4d9')
+sha512sums=('0d7c03fa443f0664aada0ea1dc76a8464ba7a0cf9505057a2986594ae794d3737cd588de6e7161428c0f7ee8536a5736eda32ba6eb22e85683b11534e9dfc354')
package()
{