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

Felix Yan felixonmars at archlinux.org
Wed Oct 21 09:35:13 UTC 2020


    Date: Wednesday, October 21, 2020 @ 09:35:12
  Author: felixonmars
Revision: 727804

upgpkg: npm-check-updates 9.1.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-21 09:29:18 UTC (rev 727803)
+++ PKGBUILD	2020-10-21 09:35:12 UTC (rev 727804)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=9.1.0
+pkgver=9.1.1
 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=('b31fe16ca58030f81f94c7df40b65762df6e65e38aed19dde832e82fef27d92c5ee729f930c0f8917b641f9357a89dcec550382609d56cbeebbd7849286319ae')
+sha512sums=('d3a1aa245c8de4ba24d332d3ec2ff7e7dcd91806f5fb4cea0fb2217a1441b49ca9f604853b1274959d648482d59e15429fd4a1c53e2dc7f0ba1a504442a5b1b5')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list