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

upgpkg: 16.14.9-1

parent 83611c27
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.8
pkgver = 16.14.9
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.8.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.8.tgz
sha512sums = 1c70136dea77f5d002f982f335e5c541300d238615bd89542977b928fe19c2c6faa067542ebc0b018fe230f59b5e3afd6e7746cf7651c18aa03225837f23c312
noextract = npm-check-updates-16.14.9.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.9.tgz
sha512sums = 7ee5b8dcd709ec33114c352e9c5bc9799690c5baeb7a62307a491d6b277f007c0251faf64cbbc301e936e25293081d0be892f6567cc6695e8e5bc2d756a513d3
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.8
pkgver=16.14.9
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=('1c70136dea77f5d002f982f335e5c541300d238615bd89542977b928fe19c2c6faa067542ebc0b018fe230f59b5e3afd6e7746cf7651c18aa03225837f23c312')
sha512sums=('7ee5b8dcd709ec33114c352e9c5bc9799690c5baeb7a62307a491d6b277f007c0251faf64cbbc301e936e25293081d0be892f6567cc6695e8e5bc2d756a513d3')
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