diff options
author | Tim Biermann <tbier@posteo.de> | 2022-05-06 12:35:13 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-05-06 12:59:59 +0200 |
commit | 778c58b391a7c3cc2da400e94c8d536165391f92 (patch) | |
tree | bad8db06db6fc5b06deedb93f308f2988fa2c130 /npm | |
parent | ed10616e4ecfd047eee00b940ea02b4a1e4f8bb4 (diff) | |
download | contrib-778c58b391a7c3cc2da400e94c8d536165391f92.tar.gz contrib-778c58b391a7c3cc2da400e94c8d536165391f92.tar.xz |
npm: 8.8.0 -> 8.9.0
Diffstat (limited to 'npm')
-rw-r--r-- | npm/.footprint | 1 | ||||
-rw-r--r-- | npm/.signature | 8 | ||||
-rw-r--r-- | npm/Pkgfile | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/npm/.footprint b/npm/.footprint index fe72b35f5..9b5f6d49b 100644 --- a/npm/.footprint +++ b/npm/.footprint @@ -512,7 +512,6 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/cacache/lib/content/ -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/cacache/lib/put.js -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/cacache/lib/rm.js drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/cacache/lib/util/ --rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/cacache/lib/util/disposer.js -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/cacache/lib/util/fix-owner.js -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/cacache/lib/util/hash-to-segments.js -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/cacache/lib/util/move-file.js diff --git a/npm/.signature b/npm/.signature index 3e771ef8a..720420b9f 100644 --- a/npm/.signature +++ b/npm/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38CgQ0BEhRUM97snzcLeNpsdUY2d0hcoHEu+meVRT224ZfKYQiaq4jVWfHRuNP5fxp6EgTsVtIHMTc2fgxiKaQc= -SHA256 (Pkgfile) = 7977730d80a83e6d3c3357d640fb91405908189dbce33a036a780c7583f69eb6 -SHA256 (.footprint) = 6838f67589f141568e1578d09c5a2d4beca2322eb847c56c8c7c007d105293b2 -SHA256 (npm-8.8.0.tar.gz) = 2cbd2a259224388921ad8657e9c76890068c74e859ff745f50b6e89bc67806c1 +RWSagIOpLGJF38Q4z6yvqLhskKufYfTvHrg+9mfo7eXlDAVNOoYNbiflQIq1iSJ5zffAG7N5hI+HKJf5std1Ht1dwDjiZNvPRQM= +SHA256 (Pkgfile) = 4f8881e5757def4ab67c1e63a2f895e22e8fa4c54e60a62d428072b535b02c6d +SHA256 (.footprint) = fc8a3cbbe31f25b23f6d564c5014300fc2f7287594888c36e0d6cffa5fe06f1e +SHA256 (npm-8.9.0.tar.gz) = fb20ddbc820f40a3139aaf924eb11bf530f7811eadee6bf8d015b17fa4ea8283 SHA256 (destdir.patch) = b74ee19a9412025067c9d0b5aa5946a651a7bc0dedab4ae147b3e5d1fb569462 diff --git a/npm/Pkgfile b/npm/Pkgfile index 67de66941..515977224 100644 --- a/npm/Pkgfile +++ b/npm/Pkgfile @@ -4,7 +4,7 @@ # Depends on: nodejs name=npm -version=8.8.0 +version=8.9.0 release=1 source=(https://github.com/npm/cli/archive/v$version/$name-$version.tar.gz destdir.patch) |