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

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 19 13:28:50 UTC 2022


    Date: Friday, August 19, 2022 @ 13:28:50
  Author: felixonmars
Revision: 1270096

upgpkg: npm-check-updates 15.0.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-19 13:28:36 UTC (rev 1270095)
+++ PKGBUILD	2022-08-19 13:28:50 UTC (rev 1270096)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=15.0.3
+pkgver=15.0.4
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('git')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5828cad2983ae622358bc8f714000fc5bff77171b3a8de1d92a7a1f81f443c4f6abc7fc5b072f83ffb059a66b39f278e7254c62ceaee682e6cb9ebf514fdbcfc')
+sha512sums=('11bf4563d19f7821d0f85eb2aafca7c818cb1444d4e274de10238af4ff8854ceb83fa434375c6b6f65583c564950e8557315e8fe2bd1361e7041932e874cd93c')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list