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

upgpkg: 17.1.0-1

parent 4b9752d5
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.0.6
pkgver = 17.1.0
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
noextract = npm-check-updates-17.0.6.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.0.6.tgz
sha512sums = 28289a247d5c7e787f472cca88336335f5e070a17242ce79d147f5385fd8cdbf313b9eb0f912e93ff38a454c76dff1b23ff98b63012938eeb9aa3995761ea3d0
noextract = npm-check-updates-17.1.0.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.0.tgz
sha512sums = 45ca21080fed769c723e59419580e4a865c5250813b84b747f6a0f48bf6cd39a59de1c5876579a52dbc4712c4a9745c08379dc0615602c0c615d28e8af2514e5
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.0.6
pkgver=17.1.0
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=('28289a247d5c7e787f472cca88336335f5e070a17242ce79d147f5385fd8cdbf313b9eb0f912e93ff38a454c76dff1b23ff98b63012938eeb9aa3995761ea3d0')
sha512sums=('45ca21080fed769c723e59419580e4a865c5250813b84b747f6a0f48bf6cd39a59de1c5876579a52dbc4712c4a9745c08379dc0615602c0c615d28e8af2514e5')
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