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

Felix Yan felixonmars at archlinux.org
Mon Feb 15 12:54:10 UTC 2021


    Date: Monday, February 15, 2021 @ 12:54:09
  Author: felixonmars
Revision: 861137

upgpkg: npm-check-updates 11.1.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-15 12:35:30 UTC (rev 861136)
+++ PKGBUILD	2021-02-15 12:54:09 UTC (rev 861137)
@@ -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.1.3
+pkgver=11.1.4
 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=('890f8b626da3c3ef58d03a672a3bcb09aa429601399e0b8d987596d742cfa241b4bcaf80df94337f3d239e2527352d224216d4e5c0bfd976465d0dcb59569f18')
+sha512sums=('8ead4a01f61c6de15604bc918fb613e6bc10de96889ecaae91e6b09707d4767be683129be6e16977b926fe084f8f1010595bc879cbec6095f41421d69388ff88')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list