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

Felix Yan felixonmars at archlinux.org
Sun Mar 7 23:16:00 UTC 2021


    Date: Sunday, March 7, 2021 @ 23:16:00
  Author: felixonmars
Revision: 886839

upgpkg: npm-check-updates 11.1.11-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-07 23:15:59 UTC (rev 886838)
+++ PKGBUILD	2021-03-07 23:16:00 UTC (rev 886839)
@@ -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.10
+pkgver=11.1.11
 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=('4fca3fde5b3be10f22dcb6cef638f123561603d8a82638c09d8b7d05ecdb167fc3f7d49373eee97badf71f480b98d8b8ff96f55e2de795b23a5026dce9e6ffa5')
+sha512sums=('68d60812b56d3e4f2d3ae34425c6fc95fc9b785bf1993bf3389981962a1b521bee9399b422e52d56a21991fb541b38c9f736062ce86553ba9f3b5c07c02e5b96')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list