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

Felix Yan felixonmars at gemini.archlinux.org
Tue May 24 03:45:59 UTC 2022


    Date: Tuesday, May 24, 2022 @ 03:45:59
  Author: felixonmars
Revision: 1210158

upgpkg: npm-check-updates 13.0.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-24 03:45:52 UTC (rev 1210157)
+++ PKGBUILD	2022-05-24 03:45:59 UTC (rev 1210158)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=13.0.1
+pkgver=13.0.2
 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=('0d4d3fa435ab73891381cf55e4cb4ced13e852b3017c3cd2c5c081b7e8498d2cb1438ed42eb8d6855c293695261c20147c761dcf060a196fd9eb9fef2b058d6a')
+sha512sums=('ecda5d458d35e72ad8d35f8e5985edb9decd2ebb5ce7277fc9cf492f5d1a03121bf384307780b946db4b4a5c6d0ee473621ccbb737db0bd0998cce50c3e4c298')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list