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

Felix Yan felixonmars at gemini.archlinux.org
Sat Feb 26 21:56:20 UTC 2022


    Date: Saturday, February 26, 2022 @ 21:56:19
  Author: felixonmars
Revision: 1136683

upgpkg: npm-check-updates 12.4.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-26 21:18:58 UTC (rev 1136682)
+++ PKGBUILD	2022-02-26 21:56:19 UTC (rev 1136683)
@@ -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.1
+pkgver=12.4.0
 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=('aef5f28949dcf73c375976a4aafd0bb1d1437355784fc0c71bc01d5848c98aa7ce65d048e2af1e913b7f045a8b400b5c5e8e4fbba586aa303da039c58b8515de')
+sha512sums=('5f5e07ef833c4951644ad98fd4d0ce321d0e8cb077994d9dc1478cef5cf2213247926d3c3004b0c13732756e98b8670d5b5454955ab5710636c968a3bf8cca51')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list