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

upgpkg: 16.14.8-1

parent 6c65747f
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.7
pkgver = 16.14.8
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.7.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.7.tgz
sha512sums = b5484d0ec4dccac345f6821b43c12687dd3a84c9e841acab12bff22c61490de150fc720fef0c6b81c19a5135d6c256155e0cc56aabca5dfb5f04585eaee359b8
noextract = npm-check-updates-16.14.8.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.8.tgz
sha512sums = 1c70136dea77f5d002f982f335e5c541300d238615bd89542977b928fe19c2c6faa067542ebc0b018fe230f59b5e3afd6e7746cf7651c18aa03225837f23c312
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.7
pkgver=16.14.8
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=('b5484d0ec4dccac345f6821b43c12687dd3a84c9e841acab12bff22c61490de150fc720fef0c6b81c19a5135d6c256155e0cc56aabca5dfb5f04585eaee359b8')
sha512sums=('1c70136dea77f5d002f982f335e5c541300d238615bd89542977b928fe19c2c6faa067542ebc0b018fe230f59b5e3afd6e7746cf7651c18aa03225837f23c312')
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