summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Evan Kabat2022-12-01 16:15:03 -0600
committerBryce Evan Kabat2022-12-01 16:15:03 -0600
commit1658a125ebe5b9768b4dcdf6663e2e6ac23447f9 (patch)
tree92271b35b734cf299f5f2db35b93e1ab57b51a37
parentd5e7e54be87f42049061484ea1be3ae65f21718d (diff)
downloadaur-1658a125ebe5b9768b4dcdf6663e2e6ac23447f9.tar.gz
Update to 0.57.2
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 698504522fd6..346f8adb4173 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.56.2
+ pkgver = 0.57.2
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.56.2/trilium-linux-x64-0.56.2.tar.xz
- sha512sums = 0ff78491cf32ada6be2834a19d0105759f03956aa23cd62fade5d415a027fa217c078859eb5ebadc73a9e65f1e20d3d601c909de7d4b5053d054f0bb9f51cc7d
+ source = https://github.com/zadam/trilium/releases/download/v0.57.2/trilium-linux-x64-0.57.2.tar.xz
+ sha512sums = eb8d39e6798d09a87b6d31785d6fed5edac33c87a135ee42918b29135c8736995ddb643a480233f84ddd67404e963aa5f4e02aa4da6935f56dc3bd4ddf40c715
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index ecf1b3f403eb..08accc9cc027 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.56.2
+pkgver=0.57.2
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=('0ff78491cf32ada6be2834a19d0105759f03956aa23cd62fade5d415a027fa217c078859eb5ebadc73a9e65f1e20d3d601c909de7d4b5053d054f0bb9f51cc7d')
+sha512sums=('eb8d39e6798d09a87b6d31785d6fed5edac33c87a135ee42918b29135c8736995ddb643a480233f84ddd67404e963aa5f4e02aa4da6935f56dc3bd4ddf40c715')
package()
{