[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 23 21:54:20 UTC 2021
Date: Tuesday, February 23, 2021 @ 21:54:20
Author: felixonmars
Revision: 870787
upgpkg: npm-check-updates 11.1.6-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-23 21:53:18 UTC (rev 870786)
+++ PKGBUILD 2021-02-23 21:54:20 UTC (rev 870787)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=11.1.5
+pkgver=11.1.6
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
depends=('npm' 'semver')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('254ae93a701e08c2107b40cfe5ad8b359f8217227528d546184822bbc707d3fbe6468185392a7b7cb8cdb513a4b686313ddfc1cbcbde6b5bc2d560478c4494b9')
+sha512sums=('6da2ef9c22846c5feb1a93d1c11f86809a5d50a8e13d66248a08d492ac55bde54858a6e2479f93b7f319ff8eead5b7211022acb384e140b54733b84b592ac515')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list