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

Felix Yan felixonmars at gemini.archlinux.org
Wed May 18 12:16:16 UTC 2022


    Date: Wednesday, May 18, 2022 @ 12:16:16
  Author: felixonmars
Revision: 1207800

upgpkg: npm-check-updates 12.5.12-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-18 12:15:42 UTC (rev 1207799)
+++ PKGBUILD	2022-05-18 12:16:16 UTC (rev 1207800)
@@ -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.5.11
+pkgver=12.5.12
 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=('b92df26182bf17556f665251ca6b8292af8c63647bbff5a5391a3958f513631fb53b092a783302fc210419f08dec04f04f633e2715552a4f46abf4c68998c93b')
+sha512sums=('24016cfa42a89199983d1ce1487808a4a6ac857eaf486197628d1525735a295fe72e7ab764a2349d3568bbd3b04e2c7e3c57cb0164c427a4ff6f21b190396158')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list