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

upgpkg: 17.1.8-1

parent 06a156d3
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 = 17.1.7
pkgver = 17.1.8
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
noextract = npm-check-updates-17.1.7.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.7.tgz
sha512sums = 1468c8a1a4f036e972a48567fa5069905c87ab67b4f1bdba79557f302c8f4c5714de6c659fa40be3ae6cefd5835ed3f7744c84d96cbd7199b998f95800ceb43c
noextract = npm-check-updates-17.1.8.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.8.tgz
sha512sums = a153d821d978347cb3ebe4d7596928edcd7e72aa7b6e6f83d9f34f8c8590c569bea6527b73278f73659c5d129b7ee5449d1d90b6f0612f9f2ba25924fc7ebcee
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=17.1.7
pkgver=17.1.8
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
......@@ -11,7 +11,7 @@ depends=('npm')
makedepends=('git')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
sha512sums=('1468c8a1a4f036e972a48567fa5069905c87ab67b4f1bdba79557f302c8f4c5714de6c659fa40be3ae6cefd5835ed3f7744c84d96cbd7199b998f95800ceb43c')
sha512sums=('a153d821d978347cb3ebe4d7596928edcd7e72aa7b6e6f83d9f34f8c8590c569bea6527b73278f73659c5d129b7ee5449d1d90b6f0612f9f2ba25924fc7ebcee')
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.
Please register or to comment