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

Felix Yan felixonmars at gemini.archlinux.org
Thu Feb 10 01:08:39 UTC 2022


    Date: Thursday, February 10, 2022 @ 01:08:38
  Author: felixonmars
Revision: 1130680

upgpkg: npm-check-updates 12.3.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 01:07:21 UTC (rev 1130679)
+++ PKGBUILD	2022-02-10 01:08:38 UTC (rev 1130680)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=12.2.1
+pkgver=12.3.0
 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=('7ea7c7d944b04cb821a3c1da0bbf62e4197e447df3575e406ddb4941309a380a7d2f70f65bc93e8ec7eec1e7b6bd24d4aede885135cf6f3c14218a38fd341d60')
+sha512sums=('35c5696d5619ca69abee5542c2acf5c29900816350fd7cb23f2ff2c91d888c21d4e03af596920980882d0b43c20e86dc62e617a5848880859903b445beaf3e47')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list