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

upgpkg: 16.13.4-1

parent 26c312ba
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.13.3
pkgver = 16.13.4
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.13.3.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.13.3.tgz
sha512sums = 977150b66f99b43c2ab4adabdbbbc2b8d76d9e80ec5f393c0f659ccefac0272d9b18f649bd19ae51afd0f46bfe01b655d081d23490f6a07b50a947aa411844b3
noextract = npm-check-updates-16.13.4.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.13.4.tgz
sha512sums = 7fa5969bdab0076b7dbdbd3f5b8edb4dfb084da5cde9f656f4a5219fc5ef4548270fe0855bbe9ddef6ab9640b43375fc1b0b4433e8bd79a67ee193c23a295e7a
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.13.3
pkgver=16.13.4
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=('977150b66f99b43c2ab4adabdbbbc2b8d76d9e80ec5f393c0f659ccefac0272d9b18f649bd19ae51afd0f46bfe01b655d081d23490f6a07b50a947aa411844b3')
sha512sums=('7fa5969bdab0076b7dbdbd3f5b8edb4dfb084da5cde9f656f4a5219fc5ef4548270fe0855bbe9ddef6ab9640b43375fc1b0b4433e8bd79a67ee193c23a295e7a')
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