Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
npm-check-updates


Commits:
25df1c59 by Felix Yan at 2024-10-06T21:57:12+03:00
upgpkg: 17.0.4-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.3
+       pkgver = 17.0.4
        pkgrel = 1
        url = https://github.com/tjunnone/npm-check-updates
        arch = any
        license = Apache
        makedepends = git
        depends = npm
-       noextract = npm-check-updates-17.0.3.tgz
-       source = 
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.0.3.tgz
-       sha512sums = 
dd45a7b278a39b1e2ef469c80875420a1cfa2678552e6616a9ace879d5a32d263a85907f421302a6cd3bbc16c39a35a71cc86997a62c780b4596f19b52af58af
+       noextract = npm-check-updates-17.0.4.tgz
+       source = 
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.0.4.tgz
+       sha512sums = 
9597e82a621ed004c19bdd1f0358d5fad1ef8d524d5398fca40bfd92ade804c4302c0b2026af3c3b3cb5ad577fb1e8a319d19b61970787cb4e64a62832dfbfc8
 
 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.3
+pkgver=17.0.4
 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=('dd45a7b278a39b1e2ef469c80875420a1cfa2678552e6616a9ace879d5a32d263a85907f421302a6cd3bbc16c39a35a71cc86997a62c780b4596f19b52af58af')
+sha512sums=('9597e82a621ed004c19bdd1f0358d5fad1ef8d524d5398fca40bfd92ade804c4302c0b2026af3c3b3cb5ad577fb1e8a319d19b61970787cb4e64a62832dfbfc8')
 
 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/25df1c596070a09d5daa098dacaf54689cfe0bec

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/25df1c596070a09d5daa098dacaf54689cfe0bec
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to