[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Dec 11 17:51:55 UTC 2021
Date: Saturday, December 11, 2021 @ 17:51:55
Author: felixonmars
Revision: 1068279
upgpkg: npm-check-updates 12.0.3-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-11 17:51:24 UTC (rev 1068278)
+++ PKGBUILD 2021-12-11 17:51:55 UTC (rev 1068279)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=12.0.2
+pkgver=12.0.3
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=('57330db945ea46d6b5aa906416213484a7e93863f615b630a410537095e8256a6938f0528bfa5a5855613d559fecf811a0359e80af8f0c058a848be1cab06b22')
+sha512sums=('3131f3903658d5e6e13da0efcd6394f5bb78518747998e2d21c3026998e082e18a520c2aa241ff681d0dadce16719e2b0f8f754a9ba3e4320ba3f46f28079fbf')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list