summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10643d0fc862..2fe76a140e2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,10 @@
-# Maintainer: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Maintainer:
+# Contributor: Felix Golatofski <contact@xdfr.de>
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+
pkgname=nodejs-buster
_npmname=buster
-pkgver=0.7.18
+pkgver=0.8.0
pkgrel=1
pkgdesc="Buster.JS JavaScript Test framework. Meta package that pieces together various sub-projects."
arch=('i686' 'x86_64')
@@ -13,7 +16,7 @@ conflicts=('buster')
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
-sha1sums=('c0ecca209ef956e81f2222393f60a80fd55b60b4')
+sha256sums=('aaac7f7743553142ca31e59843263d60f674d34ba44acc9f094c5df7cb9c9fce')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"