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

Felix Yan felixonmars at archlinux.org
Wed Oct 21 20:30:43 UTC 2020


    Date: Wednesday, October 21, 2020 @ 20:30:42
  Author: felixonmars
Revision: 728354

upgpkg: npm-check-updates 9.1.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-21 20:29:57 UTC (rev 728353)
+++ PKGBUILD	2020-10-21 20:30:42 UTC (rev 728354)
@@ -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.1
+pkgver=9.1.2
 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=('d3a1aa245c8de4ba24d332d3ec2ff7e7dcd91806f5fb4cea0fb2217a1441b49ca9f604853b1274959d648482d59e15429fd4a1c53e2dc7f0ba1a504442a5b1b5')
+sha512sums=('e858c773e8fdc73bd3c8ce93bd36772cd12a91c5a68930741fe0d95582ea6b2f4daf27cd599f1218afbc76a3790914f289d34e15d7d7739e3f3d7e8848935fc0')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list