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

Felix Yan felixonmars at gemini.archlinux.org
Wed Jul 14 17:03:42 UTC 2021


    Date: Wednesday, July 14, 2021 @ 17:03:42
  Author: felixonmars
Revision: 977000

upgpkg: npm-check-updates 11.8.3-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-14 16:42:59 UTC (rev 976999)
+++ PKGBUILD	2021-07-14 17:03:42 UTC (rev 977000)
@@ -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.2
+pkgver=11.8.3
 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=('f935b086c15426b6abdf3d4a74277034b5ba55092a6d4ea905942d51531fa0069e1eafcbe5202717a0b023313ff2198a30dbf114011ee4ec38d626e12dada222')
+sha512sums=('36c94807a01fec66a056b37e6ef06439b2f26b02197ce9c39e5f27f4c1c4f9d16dd1a0a1458b6f47a4f604b24acce3c87a908b9a687435147faa16b41310042d')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz




More information about the arch-commits mailing list