summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2015-08-04 19:55:03 +0200
committerMicha Alt2015-08-04 19:55:03 +0200
commit1e121462fc2a5f46079d1a25b30da069a03b5752 (patch)
tree80797193843c388daa169c5096b5d62c7b8da029 /PKGBUILD
parenteba547d1be7d4d05662a7c7f06434264d3ef3ec6 (diff)
downloadaur-1e121462fc2a5f46079d1a25b30da069a03b5752.tar.gz
Version bump: 4.1.1 -> 5.0.0
Changelog from upstream: * test: remove nexpect and nyc (Sam Roberts) * version: report strong-mesh-models version (Sam Roberts) * Use tap instead of mocha, and add coverage (Sam Roberts) * package: update eslint (Sam Roberts) * fixup, remove test artifacts of strongops tests (Sam Roberts) * Remove strongops and its dependencies (Sam Roberts)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fc2f7ae05bc..3bb69e982065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=strongloop
pkgname=nodejs-$_npmname
-pkgver=4.1.1
+pkgver=5.0.0
pkgrel=1
pkgdesc="Strongloop controller CLI"
arch=('any')
@@ -12,7 +12,7 @@ depends=('nodejs')
makedepends=('npm' 'python2')
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
-sha256sums=('39529c212c4ec3aaa4b3ea71a1cd4ade80cc9dd023a3e35354d55b684ad6f03e')
+sha256sums=('281a2a62b0de3c2ddee4936817cb2f91cd59d03ca30a5e7d9abde7791b02226b')
package() {
cd "$srcdir"