[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Feb 24 23:08:56 UTC 2021


    Date: Wednesday, February 24, 2021 @ 23:08:56
  Author: felixonmars
Revision: 872086

upgpkg: npm-check-updates 11.1.7-1

Modified:
  npm-check-updates/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-24 23:08:48 UTC (rev 872085)
+++ PKGBUILD	2021-02-24 23:08:56 UTC (rev 872086)
@@ -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.6
+pkgver=11.1.7
 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=('6da2ef9c22846c5feb1a93d1c11f86809a5d50a8e13d66248a08d492ac55bde54858a6e2479f93b7f319ff8eead5b7211022acb384e140b54733b84b592ac515')
+sha512sums=('fa17c7bd928dd9e142432e823a90135c2aa7419340d57ecdb39e4e6e9d359952139e5096bd0896fcee39aeecd4777eeb7533c4d7f080acdad7d0c6a6570ba841')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list