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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 20:05:23 UTC 2021


    Date: Wednesday, April 21, 2021 @ 20:05:23
  Author: felixonmars
Revision: 920657

upgpkg: npm-check-updates 11.5.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 20:03:37 UTC (rev 920656)
+++ PKGBUILD	2021-04-21 20:05:23 UTC (rev 920657)
@@ -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.5.0
+pkgver=11.5.1
 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=('0aff8c386606108dcfba198673ed600e421edf6ef9ff22d25741c307ee583459cd77992733bd4ffa06b54c3b11364a775c74a0b81d1d0ad1f61b1e5c2881794d')
+sha512sums=('e1bd763b68a818a6d2ff86b78bf41f1cd20c90d104abb2ed9e051214f6ad2771544488c64f5dcdfe094a3bf836b4f9ae3adb9a4d70a74c99725812e77fe03ffe')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list