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

Felix Yan felixonmars at gemini.archlinux.org
Tue Feb 22 16:55:16 UTC 2022


    Date: Tuesday, February 22, 2022 @ 16:55:15
  Author: felixonmars
Revision: 1135936

upgpkg: npm-check-updates 12.3.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 16:50:14 UTC (rev 1135935)
+++ PKGBUILD	2022-02-22 16:55:15 UTC (rev 1135936)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=12.3.0
+pkgver=12.3.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=('35c5696d5619ca69abee5542c2acf5c29900816350fd7cb23f2ff2c91d888c21d4e03af596920980882d0b43c20e86dc62e617a5848880859903b445beaf3e47')
+sha512sums=('aef5f28949dcf73c375976a4aafd0bb1d1437355784fc0c71bc01d5848c98aa7ce65d048e2af1e913b7f045a8b400b5c5e8e4fbba586aa303da039c58b8515de')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list