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

upgpkg: 16.14.3-1

parent b2a06fac
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.2
pkgver = 16.14.3
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.2.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.2.tgz
sha512sums = ef32d71b9878672007c5228346cf3ae2e8153cce34129283c089f064cbc244c27e876a3256500a07af57b81281e2a9eeafe291fb28f99dd5c8203299633517f0
noextract = npm-check-updates-16.14.3.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.3.tgz
sha512sums = 8af88f3342e24c5194b64fa432d70c54b35e1ae48e453863f42868ec657f67697974c75716b72021aacc4abe9de9fd7060924122d86e35d2565d9e0d1f954f12
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.2
pkgver=16.14.3
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=('ef32d71b9878672007c5228346cf3ae2e8153cce34129283c089f064cbc244c27e876a3256500a07af57b81281e2a9eeafe291fb28f99dd5c8203299633517f0')
sha512sums=('8af88f3342e24c5194b64fa432d70c54b35e1ae48e453863f42868ec657f67697974c75716b72021aacc4abe9de9fd7060924122d86e35d2565d9e0d1f954f12')
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