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

upgpkg: 16.14.16-1

parent 4e23c23d
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.15
pkgver = 16.14.16
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.15.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.15.tgz
sha512sums = 587d3027d8fa08fec0ce5f8b2c2c56018aaba13d885f4da4448ce02bf7e0d2b3e931b11380721358174e3edaefe76d71980dc932078db10eb6cef56d4bf9c299
noextract = npm-check-updates-16.14.16.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.16.tgz
sha512sums = 962ec5bf0ade0884a1e14699a204c09c3813927ceabc852c9e389b34234c2a23d639cb271789a1409ebe1d6d8908a5ae84372d65b30ebfcc0c430c293725ef23
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.15
pkgver=16.14.16
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=('587d3027d8fa08fec0ce5f8b2c2c56018aaba13d885f4da4448ce02bf7e0d2b3e931b11380721358174e3edaefe76d71980dc932078db10eb6cef56d4bf9c299')
sha512sums=('962ec5bf0ade0884a1e14699a204c09c3813927ceabc852c9e389b34234c2a23d639cb271789a1409ebe1d6d8908a5ae84372d65b30ebfcc0c430c293725ef23')
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