Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
b2a06fac by Felix Yan at 2023-11-02T21:17:58+02:00
upgpkg: 16.14.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = npm-check-updates
pkgdesc = Find newer versions of dependencies than what your
package.json or bower.json allows
- pkgver = 16.14.1
+ pkgver = 16.14.2
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
@@ -9,8 +9,8 @@ pkgbase = npm-check-updates
depends = nodejs-nopt
depends = npm
depends = semver
- noextract = npm-check-updates-16.14.1.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.1.tgz
- sha512sums =
9aee7b0a1dc952207b59ce4773d95a44325806e9724173af8b5342240967409ad2db584c91bb74d58dce492fa401f1dca7c1bbb9a9ec73d44994d46048bce93c
+ noextract = npm-check-updates-16.14.2.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.2.tgz
+ sha512sums =
ef32d71b9878672007c5228346cf3ae2e8153cce34129283c089f064cbc244c27e876a3256500a07af57b81281e2a9eeafe291fb28f99dd5c8203299633517f0
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=16.14.1
+pkgver=16.14.2
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@ depends=('nodejs-nopt' 'npm' 'semver')
makedepends=('git')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9aee7b0a1dc952207b59ce4773d95a44325806e9724173af8b5342240967409ad2db584c91bb74d58dce492fa401f1dca7c1bbb9a9ec73d44994d46048bce93c')
+sha512sums=('ef32d71b9878672007c5228346cf3ae2e8153cce34129283c089f064cbc244c27e876a3256500a07af57b81281e2a9eeafe291fb28f99dd5c8203299633517f0')
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/b2a06facb1b2f0bbf8bf39a103a9ba31b4b42f17
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/b2a06facb1b2f0bbf8bf39a103a9ba31b4b42f17
You're receiving this email because of your account on gitlab.archlinux.org.