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

Felix Yan felixonmars at gemini.archlinux.org
Sun Jun 12 16:56:00 UTC 2022


    Date: Sunday, June 12, 2022 @ 16:56:00
  Author: felixonmars
Revision: 1237044

upgpkg: npm-check-updates 13.1.3-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-12 16:55:53 UTC (rev 1237043)
+++ PKGBUILD	2022-06-12 16:56:00 UTC (rev 1237044)
@@ -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.1.2
+pkgver=13.1.3
 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=('6577d7128aaa3270cdb91d8b34b5c1b0d3d3442be8e49707f96a3a62848087911870fa8acd391148f07cdae8cf4db20453b06daf05dbc77a7663e2172b776674')
+sha512sums=('c32c5c0dcb55e7f82c54086d9af41666db48eb57af8fa1395eb02f8849675c07573ca186feba9820070a4b61195205682899c29234265e038dcf26e29bc4a67d')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list