Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
43502b07 by Felix Yan at 2025-04-29T00:16:20+08:00
upgpkg: 17.1.17-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.16
+ pkgver = 17.1.17
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
- noextract = npm-check-updates-17.1.16.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.16.tgz
- sha512sums =
f67a2191f8cb4732dfb0b5466cedf879705e8eface393bb0e6dbcd6a6987ef7284146e57945a22dc6d938234c4c47b67aca5826d9fa64d3f9d6cd7928c04883f
+ noextract = npm-check-updates-17.1.17.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.17.tgz
+ sha512sums =
950bdb52dd3125eabc116183dbb426fbb0ce8a700d741b3e0db543d34009d7aa52e08a49d83029510bdd59d2a1fbaa908929642fe42d6a22fe5adf4cd2319a67
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.16
+pkgver=17.1.17
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=('f67a2191f8cb4732dfb0b5466cedf879705e8eface393bb0e6dbcd6a6987ef7284146e57945a22dc6d938234c4c47b67aca5826d9fa64d3f9d6cd7928c04883f')
+sha512sums=('950bdb52dd3125eabc116183dbb426fbb0ce8a700d741b3e0db543d34009d7aa52e08a49d83029510bdd59d2a1fbaa908929642fe42d6a22fe5adf4cd2319a67')
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/43502b0794da1ec87301fe792d84e2f413bbb050
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/43502b0794da1ec87301fe792d84e2f413bbb050
You're receiving this email because of your account on gitlab.archlinux.org.