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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 7 22:47:31 UTC 2022


    Date: Monday, March 7, 2022 @ 22:47:31
  Author: felixonmars
Revision: 1145241

upgpkg: npm-check-updates 12.5.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-07 22:47:11 UTC (rev 1145240)
+++ PKGBUILD	2022-03-07 22:47:31 UTC (rev 1145241)
@@ -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.4.0
+pkgver=12.5.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=('5f5e07ef833c4951644ad98fd4d0ce321d0e8cb077994d9dc1478cef5cf2213247926d3c3004b0c13732756e98b8670d5b5454955ab5710636c968a3bf8cca51')
+sha512sums=('9ebaf25cef4865d26c0085e8f0b76d965aec1a24c313820c02877b7e5d637790b7f2d39d6591bf72b34d8a2e0891cb7196d41198aff3899c2c3034e586ccd95e')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list