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

upgpkg: 17.1.10-1

parent 0dff9ec2
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.9
pkgver = 17.1.10
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
noextract = npm-check-updates-17.1.9.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.9.tgz
sha512sums = 19fbf94bc34d24a4e294cd607ac14d6246ba6d4681b392e75723e30295cf4298478a3ae52c50ccc35b929b060c65bbc94a42d948ec74ddef021dc1b44dde5230
noextract = npm-check-updates-17.1.10.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.10.tgz
sha512sums = 1a737a29b5330bc069c2c458267b6eba680289a819d3ec71a2bbd424cf66d3a77b025c8af659b7885b00b275c5dd5019673a43e508d9bd60703737bad55cb093
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.9
pkgver=17.1.10
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=('19fbf94bc34d24a4e294cd607ac14d6246ba6d4681b392e75723e30295cf4298478a3ae52c50ccc35b929b060c65bbc94a42d948ec74ddef021dc1b44dde5230')
sha512sums=('1a737a29b5330bc069c2c458267b6eba680289a819d3ec71a2bbd424cf66d3a77b025c8af659b7885b00b275c5dd5019673a43e508d9bd60703737bad55cb093')
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