Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
0dff9ec2 by Felix Yan at 2025-03-05T03:32:29+08:00
upgpkg: 17.1.9-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.8
+ pkgver = 17.1.9
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
- noextract = npm-check-updates-17.1.8.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.8.tgz
- sha512sums =
a153d821d978347cb3ebe4d7596928edcd7e72aa7b6e6f83d9f34f8c8590c569bea6527b73278f73659c5d129b7ee5449d1d90b6f0612f9f2ba25924fc7ebcee
+ noextract = npm-check-updates-17.1.9.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.9.tgz
+ sha512sums =
19fbf94bc34d24a4e294cd607ac14d6246ba6d4681b392e75723e30295cf4298478a3ae52c50ccc35b929b060c65bbc94a42d948ec74ddef021dc1b44dde5230
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.8
+pkgver=17.1.9
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=('a153d821d978347cb3ebe4d7596928edcd7e72aa7b6e6f83d9f34f8c8590c569bea6527b73278f73659c5d129b7ee5449d1d90b6f0612f9f2ba25924fc7ebcee')
+sha512sums=('19fbf94bc34d24a4e294cd607ac14d6246ba6d4681b392e75723e30295cf4298478a3ae52c50ccc35b929b060c65bbc94a42d948ec74ddef021dc1b44dde5230')
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/0dff9ec2132eac2bdc61961728903c0a576711f5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/0dff9ec2132eac2bdc61961728903c0a576711f5
You're receiving this email because of your account on gitlab.archlinux.org.