[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 2 10:35:12 UTC 2021


    Date: Sunday, May 2, 2021 @ 10:35:11
  Author: felixonmars
Revision: 926096

upgpkg: npm-check-updates 11.5.9-1

Modified:
  npm-check-updates/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-02 10:33:26 UTC (rev 926095)
+++ PKGBUILD	2021-05-02 10:35:11 UTC (rev 926096)
@@ -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.8
+pkgver=11.5.9
 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=('0fabc8a021dfd7c39444fcd754764a7c52419ab4c4b5c406927b6b6b7886915ac6bdfdd6065fd664b8d8ce3421f69a2289ee513c155cb7da69722f39f6aa78ad')
+sha512sums=('0fe160ac136d0491e5f83d67dfae02b10cbfa3a248ae1fbbbfe4979e037301ec8e56f73cc3fd72af9a6faa0b9541622f76e0b71dc448f3b6a6903a7b8a9cc7ec')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list