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

upgpkg: 17.1.7-1

parent 3f01a612
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.6
pkgver = 17.1.7
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
noextract = npm-check-updates-17.1.6.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.6.tgz
sha512sums = f48d1beb4a65c4cace2ee413dd6edfd00ab915048c791d475865db921abdc4f4c6c8e3db4bf3b3f700b2d9a2ba23686efaf2d11cc854dbb39b0ecd7ea14dd07c
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
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.6
pkgver=17.1.7
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=('f48d1beb4a65c4cace2ee413dd6edfd00ab915048c791d475865db921abdc4f4c6c8e3db4bf3b3f700b2d9a2ba23686efaf2d11cc854dbb39b0ecd7ea14dd07c')
sha512sums=('1468c8a1a4f036e972a48567fa5069905c87ab67b4f1bdba79557f302c8f4c5714de6c659fa40be3ae6cefd5835ed3f7744c84d96cbd7199b998f95800ceb43c')
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