[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Sep 8 07:26:28 UTC 2022
Date: Thursday, September 8, 2022 @ 07:26:28
Author: felixonmars
Revision: 1296165
upgpkg: npm-check-updates 16.0.0-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-08 07:25:05 UTC (rev 1296164)
+++ PKGBUILD 2022-09-08 07:26:28 UTC (rev 1296165)
@@ -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.3.4
+pkgver=16.0.0
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=('6190dcc340c59f982097b6fdce767b3748be4351d52315be799955ed7bd1f9122cdfaec7fb2b4a081e2c940537dc183d2258d8eeebf776c1635769e93addc6c8')
+sha512sums=('9753d2584439d5986ae782d531bbd67010c8293a8b2c4d018f8d263f4cfce661d1ef05096113750bea6774fbb9a96ddacb4879e3aeb364673713ea3bc2d27680')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list