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

Felix Yan felixonmars at gemini.archlinux.org
Sat Jan 15 00:06:31 UTC 2022


    Date: Saturday, January 15, 2022 @ 00:06:31
  Author: felixonmars
Revision: 1103660

upgpkg: npm-check-updates 12.1.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-15 00:06:22 UTC (rev 1103659)
+++ PKGBUILD	2022-01-15 00:06:31 UTC (rev 1103660)
@@ -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.0.5
+pkgver=12.1.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=('9ecd658810688308e6395658fcf620788a1aac8b7074e481c5c7090d928a931b0c91781eb3f069e42027408bd8c25b33e9f07240916fa9748eab0214058ea0a5')
+sha512sums=('f46b527ad06f72d87b32e2fed0ca4e99681d7e212065c5917e7be8627359c5b66995e1d9093d19dc79dbb0bebf1004f633ec9eec54d9f988e60e6669b6ded192')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list