[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 8 09:19:40 UTC 2021
Date: Thursday, April 8, 2021 @ 09:19:40
Author: felixonmars
Revision: 913779
upgpkg: npm-check-updates 11.4.0-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-08 09:19:34 UTC (rev 913778)
+++ PKGBUILD 2021-04-08 09:19:40 UTC (rev 913779)
@@ -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.3.0
+pkgver=11.4.0
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
depends=('npm' 'semver')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ec63038f8d1c5b0fe7467dc1b0dfb6d1c6b74fa0af1ea222161a2855ae5add5c9bad2ed334175b477fc1222f5dc38bc5391805670fceb16dd9b514c56a69cf0d')
+sha512sums=('0191e180eac7ec2508a296eebde09339a7b56bd961787d6a82328980e5e5f9fe9fd07027e29b397582c91abdbe13eb67f3ff660b46a78b88a51e69825cc4e47e')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list