[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Mar 27 00:54:15 UTC 2020
Date: Friday, March 27, 2020 @ 00:54:14
Author: felixonmars
Revision: 604926
upgpkg: npm-check-updates 4.1.0-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-27 00:52:40 UTC (rev 604925)
+++ PKGBUILD 2020-03-27 00:54:14 UTC (rev 604926)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=4.0.6
+pkgver=4.1.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=('d4548f17f2196b6ccb5767728b3ddbe0d4d99be7b52d872279d652147b0fcb9d1a678af57b2cc6558387c42550b4f6bfb8a1feec36959fbc977a2a49c74e9fc6')
+sha512sums=('df75a492f20af5d72fde0b8ac7a4ffc045baef41bf7d288e67ff9aaceae80277988770bc8d45f99435a0ebe7fc4dced066e83191e06d1cf0fac8ae3ceddb48e7')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list