Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
06a156d3 by Felix Yan at 2025-01-12T23:41:15+08:00
upgpkg: 17.1.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = npm-check-updates
pkgdesc = Find newer versions of dependencies than what your
package.json or bower.json allows
- pkgver = 17.1.6
+ pkgver = 17.1.7
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
- noextract = npm-check-updates-17.1.6.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.6.tgz
- sha512sums =
f48d1beb4a65c4cace2ee413dd6edfd00ab915048c791d475865db921abdc4f4c6c8e3db4bf3b3f700b2d9a2ba23686efaf2d11cc854dbb39b0ecd7ea14dd07c
+ noextract = npm-check-updates-17.1.7.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.7.tgz
+ sha512sums =
1468c8a1a4f036e972a48567fa5069905c87ab67b4f1bdba79557f302c8f4c5714de6c659fa40be3ae6cefd5835ed3f7744c84d96cbd7199b998f95800ceb43c
pkgname = npm-check-updates
=====================================
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=17.1.6
+pkgver=17.1.7
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@ depends=('npm')
makedepends=('git')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('f48d1beb4a65c4cace2ee413dd6edfd00ab915048c791d475865db921abdc4f4c6c8e3db4bf3b3f700b2d9a2ba23686efaf2d11cc854dbb39b0ecd7ea14dd07c')
+sha512sums=('1468c8a1a4f036e972a48567fa5069905c87ab67b4f1bdba79557f302c8f4c5714de6c659fa40be3ae6cefd5835ed3f7744c84d96cbd7199b998f95800ceb43c')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/06a156d393cee912dd0096373a9214d56a807751
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/06a156d393cee912dd0096373a9214d56a807751
You're receiving this email because of your account on gitlab.archlinux.org.