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

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 02:08:21 UTC 2021


    Date: Friday, December 3, 2021 @ 02:08:21
  Author: felixonmars
Revision: 1064708

upgpkg: npm-check-updates 12.0.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 02:05:16 UTC (rev 1064707)
+++ PKGBUILD	2021-12-03 02:08:21 UTC (rev 1064708)
@@ -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.1
+pkgver=12.0.2
 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=('e0298bb688602d1de8d3abefb62157b620b129afb5dff66a1a6c2fbe4d67aeebf3c264e6142b9c80996b68b3b70922f4b6bfb7175a30015d1f4a95a43a7a2814')
+sha512sums=('57330db945ea46d6b5aa906416213484a7e93863f615b630a410537095e8256a6938f0528bfa5a5855613d559fecf811a0359e80af8f0c058a848be1cab06b22')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list