Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
b270b591 by Felix Yan at 2024-10-23T14:39:34+03:00
upgpkg: 17.1.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 = 17.0.6
+ pkgver = 17.1.0
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
- noextract = npm-check-updates-17.0.6.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.0.6.tgz
- sha512sums =
28289a247d5c7e787f472cca88336335f5e070a17242ce79d147f5385fd8cdbf313b9eb0f912e93ff38a454c76dff1b23ff98b63012938eeb9aa3995761ea3d0
+ noextract = npm-check-updates-17.1.0.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.0.tgz
+ sha512sums =
45ca21080fed769c723e59419580e4a865c5250813b84b747f6a0f48bf6cd39a59de1c5876579a52dbc4712c4a9745c08379dc0615602c0c615d28e8af2514e5
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.0.6
+pkgver=17.1.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=('28289a247d5c7e787f472cca88336335f5e070a17242ce79d147f5385fd8cdbf313b9eb0f912e93ff38a454c76dff1b23ff98b63012938eeb9aa3995761ea3d0')
+sha512sums=('45ca21080fed769c723e59419580e4a865c5250813b84b747f6a0f48bf6cd39a59de1c5876579a52dbc4712c4a9745c08379dc0615602c0c615d28e8af2514e5')
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/b270b59187049295ba4d8e7e4866f3fdd7df9389
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/b270b59187049295ba4d8e7e4866f3fdd7df9389
You're receiving this email because of your account on gitlab.archlinux.org.