summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicha Alt2015-08-04 19:55:03 +0200
committerMicha Alt2015-08-04 19:55:03 +0200
commit1e121462fc2a5f46079d1a25b30da069a03b5752 (patch)
tree80797193843c388daa169c5096b5d62c7b8da029
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)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3a05131d3a8..0842e215b9ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nodejs-strongloop
pkgdesc = Strongloop controller CLI
- pkgver = 4.1.1
+ pkgver = 5.0.0
pkgrel = 1
url = http://strongloop.com/
arch = any
@@ -8,9 +8,9 @@ pkgbase = nodejs-strongloop
makedepends = npm
makedepends = python2
depends = nodejs
- noextract = strongloop-4.1.1.tgz
- source = https://registry.npmjs.org/strongloop/-/strongloop-4.1.1.tgz
- sha256sums = 39529c212c4ec3aaa4b3ea71a1cd4ade80cc9dd023a3e35354d55b684ad6f03e
+ noextract = strongloop-5.0.0.tgz
+ source = https://registry.npmjs.org/strongloop/-/strongloop-5.0.0.tgz
+ sha256sums = 281a2a62b0de3c2ddee4936817cb2f91cd59d03ca30a5e7d9abde7791b02226b
pkgname = nodejs-strongloop
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"