[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 1 09:05:07 UTC 2021
Date: Saturday, May 1, 2021 @ 09:05:02
Author: felixonmars
Revision: 925433
upgpkg: npm-check-updates 11.5.7-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-01 08:48:36 UTC (rev 925432)
+++ PKGBUILD 2021-05-01 09:05:02 UTC (rev 925433)
@@ -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.5.6
+pkgver=11.5.7
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=('a3731264a260f93a4c3f6c6778073d418d275f99ade0e4d09b134823f901dfc243fbf1e78e9655528eb0b39268640879a8b8142bfaa1ee561ecb83b7236a572c')
+sha512sums=('a5db0e90107f19d9786267db95983c42c64b7833fa26f7aa1a5b9ed566026c5dd32b90230b627b95d9f94ef5eaf121e66855e2f53113ae66c243424453a3bc74')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list