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

Felix Yan felixonmars at gemini.archlinux.org
Thu Nov 11 23:38:09 UTC 2021


    Date: Thursday, November 11, 2021 @ 23:38:09
  Author: felixonmars
Revision: 1042640

upgpkg: npm-check-updates 12.0.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-11 23:38:05 UTC (rev 1042639)
+++ PKGBUILD	2021-11-11 23:38:09 UTC (rev 1042640)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=11.8.5
+pkgver=12.0.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=('2184878e559ef1412e803cbb5f4aa305e2707278b80e57167412b841011bc2090d9440e55f2778c90258585ba629a273ae9fe7e7f11cbda6e85ec043d44affa7')
+sha512sums=('2a452ef56e41584e0998d7ae3c4c03cf96b9c813a8592ad69780db4f5fe3066fb2b695738cef4d3768c00f41b27611d957f06b821e31816b4188c6498b9754c5')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list