summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaan Genc2022-04-19 11:38:50 -0400
committerKaan Genc2022-04-19 11:38:50 -0400
commit950faaf85c44f3945781deedaff7822fab5d68b9 (patch)
treea746f86ab85136434122a6be4cc3665d1f3b7aac
parent0ef6cf290a238cd2d64d58d8d845b24c9fda2d9b (diff)
downloadaur-950faaf85c44f3945781deedaff7822fab5d68b9.tar.gz
update for new release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b004374e28d..512e3526ee43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dendron
pkgdesc = CLI tool for Dendron, the hierarchical note taking tool that grows as you do!
- pkgver = 0.90.0
+ pkgver = 0.91.0
pkgrel = 1
url = https://www.dendron.so/
arch = any
@@ -9,9 +9,9 @@ pkgbase = dendron
depends = nodejs
depends = libx11
depends = python
- noextract = dendron-cli-0.90.0.tgz
+ noextract = dendron-cli-0.91.0.tgz
options = !strip
- source = https://registry.npmjs.org/@dendronhq/dendron-cli/-/dendron-cli-0.90.0.tgz
- sha512sums = 08f1fd756d9fcb35ba607e188e08261c0b268a6bf8a0e6443b750aca7e12165f584655845a1ab822c0275d96c42d71e19b1f809746f4e92e4d92373249580166
+ source = https://registry.npmjs.org/@dendronhq/dendron-cli/-/dendron-cli-0.91.0.tgz
+ sha512sums = 3cf68581f1b1892304c3932f5c53e951179d883d71feb904afa4b287fc9258bed16ad02a0c8011e33a40752eb5304c19bb9eb889d8522a38994124a797fe8bf5
pkgname = dendron
diff --git a/PKGBUILD b/PKGBUILD
index 5ec5465e2c95..fc9b23551fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dendron
_npmname="dendron-cli"
-_npmver="0.90.0"
+_npmver="0.91.0"
pkgver=${_npmver//-/.}
pkgrel=1
pkgdesc="CLI tool for Dendron, the hierarchical note taking tool that grows as you do!"
@@ -21,4 +21,4 @@ package() {
chown -R root:root "${pkgdir}"
}
-sha512sums=('08f1fd756d9fcb35ba607e188e08261c0b268a6bf8a0e6443b750aca7e12165f584655845a1ab822c0275d96c42d71e19b1f809746f4e92e4d92373249580166')
+sha512sums=('3cf68581f1b1892304c3932f5c53e951179d883d71feb904afa4b287fc9258bed16ad02a0c8011e33a40752eb5304c19bb9eb889d8522a38994124a797fe8bf5')