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

Felix Yan felixonmars at gemini.archlinux.org
Tue Sep 7 13:36:07 UTC 2021


    Date: Tuesday, September 7, 2021 @ 13:36:07
  Author: felixonmars
Revision: 1011924

upgpkg: npm-check-updates 11.8.5-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-07 13:32:01 UTC (rev 1011923)
+++ PKGBUILD	2021-09-07 13:36:07 UTC (rev 1011924)
@@ -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.4
+pkgver=11.8.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=('fb086c019c3bcf5bfd42e8fb17cdc469fabe957f53261745663d072d90e6952e1b5294bdd7d1a65c3f334c2aa1e590c2c52a46c2f9bb1625b85fec4a48ea0083')
+sha512sums=('2184878e559ef1412e803cbb5f4aa305e2707278b80e57167412b841011bc2090d9440e55f2778c90258585ba629a273ae9fe7e7f11cbda6e85ec043d44affa7')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list