From c114038119a250be34899eb21695b487a0451c9c Mon Sep 17 00:00:00 2001 From: Felix Yan <felixonmars@archlinux.org> Date: Wed, 18 Oct 2023 10:44:13 +0300 Subject: [PATCH] upgpkg: 16.13.4-1 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d420734..38b8425 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = npm-check-updates pkgdesc = Find newer versions of dependencies than what your package.json or bower.json allows - pkgver = 16.13.3 + pkgver = 16.13.4 pkgrel = 1 url = https://github.com/tjunnone/npm-check-updates arch = any @@ -9,8 +9,8 @@ pkgbase = npm-check-updates depends = nodejs-nopt depends = npm depends = semver - noextract = npm-check-updates-16.13.3.tgz - source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.13.3.tgz - sha512sums = 977150b66f99b43c2ab4adabdbbbc2b8d76d9e80ec5f393c0f659ccefac0272d9b18f649bd19ae51afd0f46bfe01b655d081d23490f6a07b50a947aa411844b3 + noextract = npm-check-updates-16.13.4.tgz + source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.13.4.tgz + sha512sums = 7fa5969bdab0076b7dbdbd3f5b8edb4dfb084da5cde9f656f4a5219fc5ef4548270fe0855bbe9ddef6ab9640b43375fc1b0b4433e8bd79a67ee193c23a295e7a pkgname = npm-check-updates diff --git a/PKGBUILD b/PKGBUILD index ef431f8..0d6a480 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=npm-check-updates pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows' -pkgver=16.13.3 +pkgver=16.13.4 pkgrel=1 arch=('any') url='https://github.com/tjunnone/npm-check-updates' @@ -11,7 +11,7 @@ depends=('nodejs-nopt' 'npm' 'semver') makedepends=('git') source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) noextract=($pkgname-$pkgver.tgz) -sha512sums=('977150b66f99b43c2ab4adabdbbbc2b8d76d9e80ec5f393c0f659ccefac0272d9b18f649bd19ae51afd0f46bfe01b655d081d23490f6a07b50a947aa411844b3') +sha512sums=('7fa5969bdab0076b7dbdbd3f5b8edb4dfb084da5cde9f656f4a5219fc5ef4548270fe0855bbe9ddef6ab9640b43375fc1b0b4433e8bd79a67ee193c23a295e7a') package() { npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz -- GitLab