[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 22 01:17:19 UTC 2021
Date: Tuesday, June 22, 2021 @ 01:17:18
Author: felixonmars
Revision: 966689
upgpkg: npm-check-updates 11.7.1-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-22 00:55:43 UTC (rev 966688)
+++ PKGBUILD 2021-06-22 01:17:18 UTC (rev 966689)
@@ -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.7.0
+pkgver=11.7.1
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
depends=('nodejs-nopt' 'npm' 'semver')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('12ed4d1017cdd84f3420fb07d37f9d6eb7fff7f45b21668790e2e499ae6c612a271471b3e157cc913089094319e8c339060be84f1b2bb3a70d02bbf89d32ad3c')
+sha512sums=('d591f595ee9f22e092fcbae3f612b376cd9b05ca5ceb470435927af35ac9f9cc76d36266c2c9a75663e3ea50b87fd30d6f4fc3f3541747441b22de68a83290b4')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list