[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Sep 8 21:07:12 UTC 2022
Date: Thursday, September 8, 2022 @ 21:07:12
Author: felixonmars
Revision: 1296917
upgpkg: npm-check-updates 16.0.1-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-08 21:04:22 UTC (rev 1296916)
+++ PKGBUILD 2022-09-08 21:07:12 UTC (rev 1296917)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=16.0.0
+pkgver=16.0.1
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=('9753d2584439d5986ae782d531bbd67010c8293a8b2c4d018f8d263f4cfce661d1ef05096113750bea6774fbb9a96ddacb4879e3aeb364673713ea3bc2d27680')
+sha512sums=('c04182f5b5acc5555c7302299572e3ddff74daa391ab9b6e2b56a2fcf97093f5adb7faf36cdf2edfe969661f35d429fbd590052003ef7abe25fa2df59dbc5f24')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list