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

Felix Yan felixonmars at gemini.archlinux.org
Mon Dec 20 02:11:14 UTC 2021


    Date: Monday, December 20, 2021 @ 02:11:14
  Author: felixonmars
Revision: 1079258

upgpkg: npm-check-updates 12.0.5-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-20 02:10:47 UTC (rev 1079257)
+++ PKGBUILD	2021-12-20 02:11:14 UTC (rev 1079258)
@@ -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.0.3
+pkgver=12.0.5
 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=('3131f3903658d5e6e13da0efcd6394f5bb78518747998e2d21c3026998e082e18a520c2aa241ff681d0dadce16719e2b0f8f754a9ba3e4320ba3f46f28079fbf')
+sha512sums=('9ecd658810688308e6395658fcf620788a1aac8b7074e481c5c7090d928a931b0c91781eb3f069e42027408bd8c25b33e9f07240916fa9748eab0214058ea0a5')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list