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

Felix Yan felixonmars at archlinux.org
Tue Mar 2 10:45:55 UTC 2021


    Date: Tuesday, March 2, 2021 @ 10:45:55
  Author: felixonmars
Revision: 877195

upgpkg: npm-check-updates 11.1.10-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-02 10:45:48 UTC (rev 877194)
+++ PKGBUILD	2021-03-02 10:45:55 UTC (rev 877195)
@@ -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.9
+pkgver=11.1.10
 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=('66d979abbf391f0fb289452796137f966ad87730e91fa328a6bd31b628dbf6dea5b52e11c24214f6a657b9894e26d3f211735d98476649cd8da5f145b3f36b7a')
+sha512sums=('4fca3fde5b3be10f22dcb6cef638f123561603d8a82638c09d8b7d05ecdb167fc3f7d49373eee97badf71f480b98d8b8ff96f55e2de795b23a5026dce9e6ffa5')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list