diff options
author | Tim Biermann <tbier@posteo.de> | 2021-02-22 20:57:55 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-02-22 20:57:55 +0000 |
commit | 19dace99356161871aa3627ef03b167f343bd57a (patch) | |
tree | e91378ce561b3a68604eaa817bb90de662e1c604 | |
parent | fa3ac2a5b57f920c00c7940369e9a60037813847 (diff) | |
download | contrib-19dace99356161871aa3627ef03b167f343bd57a.tar.gz contrib-19dace99356161871aa3627ef03b167f343bd57a.tar.xz |
npm: 7.5.4 -> 7.5.5
-rw-r--r-- | npm/.footprint | 1 | ||||
-rw-r--r-- | npm/.signature | 8 | ||||
-rw-r--r-- | npm/Pkgfile | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/npm/.footprint b/npm/.footprint index 8e89a9491..c71c26f8a 100644 --- a/npm/.footprint +++ b/npm/.footprint @@ -1733,6 +1733,7 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/pacote/lib/ -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/pacote/lib/registry.js -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/pacote/lib/remote.js drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/pacote/lib/util/ +-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/pacote/lib/util/add-git-sha.js -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/pacote/lib/util/cache-dir.js -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/pacote/lib/util/is-package-bin.js -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/pacote/lib/util/npm.js diff --git a/npm/.signature b/npm/.signature index cd4246f56..356eb1f95 100644 --- a/npm/.signature +++ b/npm/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34rGhvYGZVpiuKCwucRoiXrIUzuJECHpw5Gg+q97UaX3iZDH5OZSd1LB1FOHCn7uDlaMXlEpoW9SKa9OTvCNWwo= -SHA256 (Pkgfile) = 383b2bae4ce0392032a66e66d76e81c529eb260ea0b4c1970a4e6b5d6327e416 -SHA256 (.footprint) = 178617b7a85c50d44f0488a5c71dade2746b7424905214c1f667ab39c5783872 -SHA256 (npm-7.5.4.tar.gz) = 6cd98f4d4c8075989ce33cf4261dc14ee0c9f49631c6578e0a1273e8388b201e +RWSagIOpLGJF3+n67C4u0makxvRJKAKL27TF4UJTHtx3ESUK9BXxcddKlcOK8Dz55IFLKlgmO+QD7LAizqX26idIdI71eF6b+ww= +SHA256 (Pkgfile) = 845976b70fdbb44e6a12077672fff8483b033ffe6136ee951b92dc277ac24cf7 +SHA256 (.footprint) = 4968db9245b3f7fe23af902c051645e84d1e8afbb791bcef40fc3ad2a4251d2f +SHA256 (npm-7.5.5.tar.gz) = fdba70bcd5929a67db7351e4244877941b3dc8fb0060399c8cc373ee1e7218ad SHA256 (destdir.patch) = b74ee19a9412025067c9d0b5aa5946a651a7bc0dedab4ae147b3e5d1fb569462 diff --git a/npm/Pkgfile b/npm/Pkgfile index d6c058258..7a13f6b43 100644 --- a/npm/Pkgfile +++ b/npm/Pkgfile @@ -4,7 +4,7 @@ # Depends on: nodejs name=npm -version=7.5.4 +version=7.5.5 release=1 source=(https://github.com/npm/cli/archive/v$version/$name-$version.tar.gz destdir.patch) |