Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / npm-check-updates
Commits: 8b4eabb3 by Felix Yan at 2025-06-10T01:01:43+08:00 upgpkg: 18.0.1-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 = 18.0.0 + pkgver = 18.0.1 pkgrel = 1 url = https://github.com/tjunnone/npm-check-updates arch = any license = Apache makedepends = git depends = npm - noextract = npm-check-updates-18.0.0.tgz - source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.0.tgz - sha512sums = ca687d285ff1706ca942e0abe4d430d6900c461e661e74100e01f033c810046f2c886f5700abdc3fd3ada0047115180e8f311f8c3e98b54ffb281da326a18695 + noextract = npm-check-updates-18.0.1.tgz + source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.1.tgz + sha512sums = 30eee62e9ffc9e6ea464d2cbc8f833e201e6afdb4ba14fa958f2dd5ee180c7ea19c9d04790758dd226d3a27b2b7f00b658440d210c6e65a818c01ebb250a40bb 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=18.0.0 +pkgver=18.0.1 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=('ca687d285ff1706ca942e0abe4d430d6900c461e661e74100e01f033c810046f2c886f5700abdc3fd3ada0047115180e8f311f8c3e98b54ffb281da326a18695') +sha512sums=('30eee62e9ffc9e6ea464d2cbc8f833e201e6afdb4ba14fa958f2dd5ee180c7ea19c9d04790758dd226d3a27b2b7f00b658440d210c6e65a818c01ebb250a40bb') 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/8b4eabb3a02605d3e94a5e9dd302949521441093 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/8b4eabb3a02605d3e94a5e9dd302949521441093 You're receiving this email because of your account on gitlab.archlinux.org.