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


Commits:
2137300d by Felix Yan at 2023-10-07T22:26:11+03:00
upgpkg: 16.13.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.13.1
+       pkgver = 16.13.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.13.1.tgz
-       source = 
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.13.1.tgz
-       sha512sums = 
4482817a68b200e10051fce06330df7cb4305c8fd9a3808c4861edba9f5f5280691ea3cdb43d293c58e9c439edfec1691a257988035d1360a4eb13b1b9015f26
+       noextract = npm-check-updates-16.13.2.tgz
+       source = 
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.13.2.tgz
+       sha512sums = 
d29408fa4d72d095707a707680173af6d5c561f91c91256b36b95c9fb4c8ad97e2b382e77ddcda918fcb63364ab7f971dfb79d3768ac937776670e1cb29b6eff
 
 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.13.1
+pkgver=16.13.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=('4482817a68b200e10051fce06330df7cb4305c8fd9a3808c4861edba9f5f5280691ea3cdb43d293c58e9c439edfec1691a257988035d1360a4eb13b1b9015f26')
+sha512sums=('d29408fa4d72d095707a707680173af6d5c561f91c91256b36b95c9fb4c8ad97e2b382e77ddcda918fcb63364ab7f971dfb79d3768ac937776670e1cb29b6eff')
 
 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/2137300d94f618c9658c11f1d68afbceb04911bf

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


Reply via email to