Skip to content
Snippets Groups Projects
Verified Commit b2a06fac authored by Felix Yan's avatar Felix Yan
Browse files

upgpkg: 16.14.2-1

parent b964b1ed
No related branches found
No related tags found
No related merge requests found
pkgbase = npm-check-updates
pkgdesc = Find newer versions of dependencies than what your package.json or bower.json allows
pkgver = 16.14.1
pkgver = 16.14.2
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
......@@ -9,8 +9,8 @@ pkgbase = npm-check-updates
depends = nodejs-nopt
depends = npm
depends = semver
noextract = npm-check-updates-16.14.1.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.1.tgz
sha512sums = 9aee7b0a1dc952207b59ce4773d95a44325806e9724173af8b5342240967409ad2db584c91bb74d58dce492fa401f1dca7c1bbb9a9ec73d44994d46048bce93c
noextract = npm-check-updates-16.14.2.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.2.tgz
sha512sums = ef32d71b9878672007c5228346cf3ae2e8153cce34129283c089f064cbc244c27e876a3256500a07af57b81281e2a9eeafe291fb28f99dd5c8203299633517f0
pkgname = npm-check-updates
......@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
pkgver=16.14.1
pkgver=16.14.2
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
......@@ -11,7 +11,7 @@ depends=('nodejs-nopt' 'npm' 'semver')
makedepends=('git')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
sha512sums=('9aee7b0a1dc952207b59ce4773d95a44325806e9724173af8b5342240967409ad2db584c91bb74d58dce492fa401f1dca7c1bbb9a9ec73d44994d46048bce93c')
sha512sums=('ef32d71b9878672007c5228346cf3ae2e8153cce34129283c089f064cbc244c27e876a3256500a07af57b81281e2a9eeafe291fb28f99dd5c8203299633517f0')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment