[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Mar 13 20:45:05 UTC 2021
Date: Saturday, March 13, 2021 @ 20:45:05
Author: felixonmars
Revision: 890562
upgpkg: npm-check-updates 11.3.0-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-13 20:43:24 UTC (rev 890561)
+++ PKGBUILD 2021-03-13 20:45:05 UTC (rev 890562)
@@ -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.2.3
+pkgver=11.3.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=('c2da02b6f7bf84616e171f160122f6102ffe1029c02dcddcfdeea5861a45cd1c610ba2af33c3f922a9db25588f775c5b8d41d06bd94d6780febdcd2a27b60394')
+sha512sums=('ec63038f8d1c5b0fe7467dc1b0dfb6d1c6b74fa0af1ea222161a2855ae5add5c9bad2ed334175b477fc1222f5dc38bc5391805670fceb16dd9b514c56a69cf0d')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list