summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Evan Kabat2022-12-02 16:26:15 -0600
committerBryce Evan Kabat2022-12-02 16:26:15 -0600
commit5cac323d98e8d55397b6ae20f716aa955005a98a (patch)
treed0cff5f1843e9687ef043ea4fc8cfd3ca3b78cd0
parent1658a125ebe5b9768b4dcdf6663e2e6ac23447f9 (diff)
downloadaur-5cac323d98e8d55397b6ae20f716aa955005a98a.tar.gz
Update to 0.57.3
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 346f8adb4173..66343b28b1a4 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.57.2
+ pkgver = 0.57.3
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.57.2/trilium-linux-x64-0.57.2.tar.xz
- sha512sums = eb8d39e6798d09a87b6d31785d6fed5edac33c87a135ee42918b29135c8736995ddb643a480233f84ddd67404e963aa5f4e02aa4da6935f56dc3bd4ddf40c715
+ source = https://github.com/zadam/trilium/releases/download/v0.57.3/trilium-linux-x64-0.57.3.tar.xz
+ sha512sums = c7246de6ad03929ee1530522579c18f62261b0b9693460426f53b4ac27cb10f4f22e3c761bf7300c6839e7d15b703df69bfed91019bd3853eec1a36ea1e52761
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 08accc9cc027..3c6737254b22 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.57.2
+pkgver=0.57.3
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=('eb8d39e6798d09a87b6d31785d6fed5edac33c87a135ee42918b29135c8736995ddb643a480233f84ddd67404e963aa5f4e02aa4da6935f56dc3bd4ddf40c715')
+sha512sums=('c7246de6ad03929ee1530522579c18f62261b0b9693460426f53b4ac27cb10f4f22e3c761bf7300c6839e7d15b703df69bfed91019bd3853eec1a36ea1e52761')
package()
{