Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
445561ec by Felix Yan at 2025-03-21T17:07:49+08:00
upgpkg: 17.1.12-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.11
+ pkgver = 17.1.12
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
- noextract = npm-check-updates-17.1.11.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.11.tgz
- sha512sums =
4d1d91b86207ecfdd0adbd237dd0bf9d3ec95aa5cf2a30e5c6e350b77931e283557f53e7e5205107b28bca9818661aee8af26d8604ed7e49322b89b3df8d958c
+ noextract = npm-check-updates-17.1.12.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.12.tgz
+ sha512sums =
8f5fa59fdc170cd2e04d232b105f636b82b262ae32045f05bae5378ab16d3129ecb38a588ef61f4044b3f0257cd9193575a5e36ed680585f696592b3ba386804
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.11
+pkgver=17.1.12
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=('4d1d91b86207ecfdd0adbd237dd0bf9d3ec95aa5cf2a30e5c6e350b77931e283557f53e7e5205107b28bca9818661aee8af26d8604ed7e49322b89b3df8d958c')
+sha512sums=('8f5fa59fdc170cd2e04d232b105f636b82b262ae32045f05bae5378ab16d3129ecb38a588ef61f4044b3f0257cd9193575a5e36ed680585f696592b3ba386804')
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/445561ec3cf3e716cc216ebfe66136dd5fce028f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/445561ec3cf3e716cc216ebfe66136dd5fce028f
You're receiving this email because of your account on gitlab.archlinux.org.