Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
3f01a612 by Felix Yan at 2025-01-12T01:48:00+08:00
upgpkg: 17.1.6-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.5
+ pkgver = 17.1.6
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
- noextract = npm-check-updates-17.1.5.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.5.tgz
- sha512sums =
08e66b0629c81d6f92d1ec15fcdc8c57d9dac7b6d401b4422de57f839bc5a5e8a8e5997c778b9caad2f3539bafb6a60f68d4ae234b1c39a778eb7b9fe5b9e34a
+ noextract = npm-check-updates-17.1.6.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.6.tgz
+ sha512sums =
f48d1beb4a65c4cace2ee413dd6edfd00ab915048c791d475865db921abdc4f4c6c8e3db4bf3b3f700b2d9a2ba23686efaf2d11cc854dbb39b0ecd7ea14dd07c
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.5
+pkgver=17.1.6
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=('08e66b0629c81d6f92d1ec15fcdc8c57d9dac7b6d401b4422de57f839bc5a5e8a8e5997c778b9caad2f3539bafb6a60f68d4ae234b1c39a778eb7b9fe5b9e34a')
+sha512sums=('f48d1beb4a65c4cace2ee413dd6edfd00ab915048c791d475865db921abdc4f4c6c8e3db4bf3b3f700b2d9a2ba23686efaf2d11cc854dbb39b0ecd7ea14dd07c')
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/3f01a612f8905e231cea873b88d8c1cfd1b0cc25
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/3f01a612f8905e231cea873b88d8c1cfd1b0cc25
You're receiving this email because of your account on gitlab.archlinux.org.