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

Felix Yan felixonmars at archlinux.org
Thu Jan 21 21:36:01 UTC 2021


    Date: Thursday, January 21, 2021 @ 21:36:01
  Author: felixonmars
Revision: 824146

upgpkg: npm-check-updates 10.3.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-21 21:35:55 UTC (rev 824145)
+++ PKGBUILD	2021-01-21 21:36:01 UTC (rev 824146)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=10.2.5
+pkgver=10.3.0
 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=('47404df8ca84e93d769348868af17458a7e7dedb9a790b826a2d21695be6b2bec67283d753ecab947c65f5a1653b65d9eb3e26fa909dd74ed89db24371101ff1')
+sha512sums=('d7d0b6d8a5028d97aaab6b9850738ccd93ae396a5a10bf5b5b44a708ea73b6d23f1548ead1ac59d808d1a3f6d1d3358ab8e9f84b0f96866f0c813a13906938de')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list