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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jun 2 04:06:45 UTC 2022


    Date: Thursday, June 2, 2022 @ 04:06:43
  Author: felixonmars
Revision: 1218444

upgpkg: npm-check-updates 13.0.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 04:04:37 UTC (rev 1218443)
+++ PKGBUILD	2022-06-02 04:06:43 UTC (rev 1218444)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=13.0.3
+pkgver=13.0.4
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('nodejs-nopt' 'npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('6bc0959252635d98663792aea7caca89e8c0ae86c26ce68c9ee6e1bccfcb91856e98ed7b741b96b9a1d4ba24ab62095051bf3c94649d6cd35f1c334dedbfb7a5')
+sha512sums=('7fdc73cd230db15097bc7004081538aa5a0b50a48b450ddae2c0d4d05fdbe829f30c00be344ea86ea6f84362a93b57284302ba14f43e51178767e89705337a6f')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list