[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun May 22 02:10:08 UTC 2022
Date: Sunday, May 22, 2022 @ 02:10:08
Author: felixonmars
Revision: 1209947
upgpkg: npm-check-updates 13.0.1-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-22 02:06:43 UTC (rev 1209946)
+++ PKGBUILD 2022-05-22 02:10:08 UTC (rev 1209947)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=13.0.0
+pkgver=13.0.1
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=('c72d7dad3dc0975b994963186f690916bc8cdf7b735e369e2d685dcc775a770e1a55fc33f8642b9ee7a1a4ad91c206289759fe2f2c6b0f33c7af09a62675a24e')
+sha512sums=('0d4d3fa435ab73891381cf55e4cb4ced13e852b3017c3cd2c5c081b7e8498d2cb1438ed42eb8d6855c293695261c20147c761dcf060a196fd9eb9fef2b058d6a')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list