Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
d980d371 by Felix Yan at 2026-01-15T21:34:36+08:00
upgpkg: 19.3.0-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 = 19.2.1
+ pkgver = 19.3.0
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
- noextract = npm-check-updates-19.2.1.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.2.1.tgz
- sha512sums =
8d620cb84e8af834835df8d7a4cdd2949f86834ed9579edd94528faf61194e98a6164f72fa0b75dfcfa498fdd4a1c76a9353d994e2a94e916f031ed9d5009ea2
+ noextract = npm-check-updates-19.3.0.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.3.0.tgz
+ sha512sums =
267ea2f9e587c0e65783a9235c36c10ae0493b841190b4c67cb71d54a2498505c3308f04052ed38125eb61d10ab6050cd1220ea39fd5dce542fd76c0f9050623
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=19.2.1
+pkgver=19.3.0
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=('8d620cb84e8af834835df8d7a4cdd2949f86834ed9579edd94528faf61194e98a6164f72fa0b75dfcfa498fdd4a1c76a9353d994e2a94e916f031ed9d5009ea2')
+sha512sums=('267ea2f9e587c0e65783a9235c36c10ae0493b841190b4c67cb71d54a2498505c3308f04052ed38125eb61d10ab6050cd1220ea39fd5dce542fd76c0f9050623')
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/d980d371490f0b9d4c8d312e8ea7b0294278e3e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/d980d371490f0b9d4c8d312e8ea7b0294278e3e1
You're receiving this email because of your account on gitlab.archlinux.org.