[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 7 08:47:32 UTC 2021
Date: Wednesday, July 7, 2021 @ 08:47:31
Author: felixonmars
Revision: 974238
upgpkg: npm-check-updates 11.8.1-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-07 08:46:52 UTC (rev 974237)
+++ PKGBUILD 2021-07-07 08:47:31 UTC (rev 974238)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=11.8.0
+pkgver=11.8.1
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=('95c0ef6cac5a9de3f6d90c05f3e3c87b40b247818c93c366524451a5c959de649133331b57ea1f901330b19d9bde897e80b67922d21e4848aba999d5068b4487')
+sha512sums=('11a2a6df9e925d0f2f66d68596190d014939bd06c82c2874f51929224c72a871b56e1e2ba00c9455afad80fb878b8a3e4d6efcd3d1b99b0c73950b865d24068f')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list