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

Felix Yan felixonmars at archlinux.org
Fri Mar 12 20:35:51 UTC 2021


    Date: Friday, March 12, 2021 @ 20:35:51
  Author: felixonmars
Revision: 889740

upgpkg: npm-check-updates 11.2.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-12 20:35:19 UTC (rev 889739)
+++ PKGBUILD	2021-03-12 20:35:51 UTC (rev 889740)
@@ -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.2.1
+pkgver=11.2.2
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('3ad157b711e1a94f96f9617952fbab2b99ecb57ff7d10e8d093ded8b5f736e8c7ac2914ca07639f581a16f2c34d11a338357a05df78d1b77d3e8a87a0feb6981')
+sha512sums=('0d90b094fd8be4c7ba3e5ac41d07b5b8faa3078bc5045486f4ed618efd2b17797c60b06947a365865d34b1ae3060aa8c33d7642d3d8aca1fe7e324c7f28f79db')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list