summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreyenx2021-09-10 09:21:49 +0200
committereyenx2021-09-10 09:21:49 +0200
commit55031c9f23f5ea07d3e6a1dcdac7df3f8c028a80 (patch)
treefe6d3ee9640bb2be201fc74db5b14d8df594d741 /PKGBUILD
parent499dd4b08b7d5f5270236256321ddf2778106211 (diff)
downloadaur-55031c9f23f5ea07d3e6a1dcdac7df3f8c028a80.tar.gz
chore(update): 14.0.2
Signed-off-by: eyenx <eye@eyenx.ch>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05fed052e13f..61bc189ffa60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_npmname=dat
pkgname=nodejs-$_npmname
-pkgver=13.13.1
-pkgrel=2
+pkgver=14.0.2
+pkgrel=1
pkgdesc="Sync data across the distributed web"
arch=('any')
url="https://github.com/datproject/dat"
@@ -11,7 +11,7 @@ license=('custom')
depends=('nodejs')
makedepends=('npm')
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
-sha256sums=('fae1324255783b1033c27a09b916b310da388c9c88e033dcd62002d8191a784f')
+sha256sums=('8766e5c4f741ed18885bd361de983166132343bd5d68f96f2e5c8763eac4c686')
package() {
cd "${srcdir}"