Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
48028d15 by Felix Yan at 2023-11-23T17:29:21+02:00
upgpkg: 16.14.9-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.8
+ pkgver = 16.14.9
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.8.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.8.tgz
- sha512sums =
1c70136dea77f5d002f982f335e5c541300d238615bd89542977b928fe19c2c6faa067542ebc0b018fe230f59b5e3afd6e7746cf7651c18aa03225837f23c312
+ noextract = npm-check-updates-16.14.9.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.9.tgz
+ sha512sums =
7ee5b8dcd709ec33114c352e9c5bc9799690c5baeb7a62307a491d6b277f007c0251faf64cbbc301e936e25293081d0be892f6567cc6695e8e5bc2d756a513d3
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.8
+pkgver=16.14.9
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=('1c70136dea77f5d002f982f335e5c541300d238615bd89542977b928fe19c2c6faa067542ebc0b018fe230f59b5e3afd6e7746cf7651c18aa03225837f23c312')
+sha512sums=('7ee5b8dcd709ec33114c352e9c5bc9799690c5baeb7a62307a491d6b277f007c0251faf64cbbc301e936e25293081d0be892f6567cc6695e8e5bc2d756a513d3')
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/48028d157997b564b68475e6a5ea6248a4417aae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/48028d157997b564b68475e6a5ea6248a4417aae
You're receiving this email because of your account on gitlab.archlinux.org.