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

Felix Yan felixonmars at archlinux.org
Tue Oct 27 09:27:08 UTC 2020


    Date: Tuesday, October 27, 2020 @ 09:27:07
  Author: felixonmars
Revision: 734134

upgpkg: npm-check-updates 9.2.3-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-27 09:25:49 UTC (rev 734133)
+++ PKGBUILD	2020-10-27 09:27:07 UTC (rev 734134)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=9.2.2
+pkgver=9.2.3
 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=('cab9150c95941dec884ac259797212f97229e6d9156c03115e92e2b1ca86d977c75983387af9b173bfa16a1d00ed57efa8a7baa9003ea678fc43eac308f7f740')
+sha512sums=('1cd5e033454d6f80643ea3f219b9edd0385e6d46226e03794416b004103423f5bd24ef3e848f3bdd2dbd2961db3c08b9464a93810e6e3f1759c427f981a328b6')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list