summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Goß2023-07-03 10:04:15 +0200
committerDaniel Goß2023-07-03 10:04:15 +0200
commit0a60d8c43569b4db61cf71b203015ed98eb8067c (patch)
tree89f842620f99b85c1d7b02e20682840735a1cb67
parentf3f9fc3de16d5a222d59e9dadf210e2a74718b67 (diff)
downloadaur-0a60d8c43569b4db61cf71b203015ed98eb8067c.tar.gz
Update to 5.3.0
[Release Notes](https://tiddlywiki.com/#Releases)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50bcdd86983c..05b765d3ad7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nodejs-tiddlywiki
pkgdesc = TiddlyWiki, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation. This is the nodejs server edition.
- pkgver = 5.2.7
+ pkgver = 5.3.0
pkgrel = 1
url = https://tiddlywiki.com/#TiddlyWiki%20on%20Node.js
arch = any
@@ -8,10 +8,10 @@ pkgbase = nodejs-tiddlywiki
makedepends = npm
makedepends = jq
depends = nodejs
- noextract = tiddlywiki-5.2.7.tgz
- source = https://registry.npmjs.org/tiddlywiki/-/tiddlywiki-5.2.7.tgz
- source = nodejs-tiddlywiki-5.2.7.license::https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/v5.2.7/license
- sha256sums = 75b2929f622e64f42d734c2b3030774c497dd96b8dde414466cdf1a09c612d1a
+ noextract = tiddlywiki-5.3.0.tgz
+ source = https://registry.npmjs.org/tiddlywiki/-/tiddlywiki-5.3.0.tgz
+ source = nodejs-tiddlywiki-5.3.0.license::https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/v5.3.0/license
+ sha256sums = d52d467fcd282e5c77238b44f4c858a7e2f78827aa3a009fcd1328665f20ade4
sha256sums = d8e0f568c9970a423300f4aa51f02b975e74a9341e2ba0e9a1b742d62945e9eb
pkgname = nodejs-tiddlywiki
diff --git a/PKGBUILD b/PKGBUILD
index 51ea56b610e7..a88bfd31fed9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Goß <developer@flashsystems.de>
_npmname=tiddlywiki
pkgname=nodejs-${_npmname}
-pkgver=5.2.7
+pkgver=5.3.0
pkgrel=1
pkgdesc='TiddlyWiki, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation. This is the nodejs server edition.'
arch=('any')
@@ -11,7 +11,7 @@ depends=('nodejs')
makedepends=('npm' 'jq')
source=("https://registry.npmjs.org/tiddlywiki/-/$_npmname-$pkgver.tgz"
"${pkgname}-${pkgver}.license::https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/v${pkgver}/license")
-sha256sums=('75b2929f622e64f42d734c2b3030774c497dd96b8dde414466cdf1a09c612d1a'
+sha256sums=('d52d467fcd282e5c77238b44f4c858a7e2f78827aa3a009fcd1328665f20ade4'
'd8e0f568c9970a423300f4aa51f02b975e74a9341e2ba0e9a1b742d62945e9eb')
noextract=("$_npmname-$pkgver.tgz")