diff options
author | Tim Biermann <tbier@posteo.de> | 2022-02-18 15:24:34 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-02-18 15:24:34 +0100 |
commit | d538525222bad28ffbd20c459988af85f8296b54 (patch) | |
tree | 455828c7160d92ea8327c4585a8522cfaf9e019c /npm | |
parent | 7e2c89bfb1bc0bb81a059ab80f941094cf405ab5 (diff) | |
parent | 5fad2cc8daf49729c64c143c1dc78b26a424a923 (diff) | |
download | contrib-d538525222bad28ffbd20c459988af85f8296b54.tar.gz contrib-d538525222bad28ffbd20c459988af85f8296b54.tar.xz |
Merge remote-tracking branch 'origin/3.6' into 3.7
Diffstat (limited to 'npm')
-rw-r--r-- | npm/.footprint | 3 | ||||
-rw-r--r-- | npm/.signature | 8 | ||||
-rw-r--r-- | npm/Pkgfile | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/npm/.footprint b/npm/.footprint index 399fce610..15ddd3e85 100644 --- a/npm/.footprint +++ b/npm/.footprint @@ -244,7 +244,8 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/ -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/yarn-lock.js -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@npmcli/arborist/package.json drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/ci-detect/ --rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@npmcli/ci-detect/index.js +drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/ci-detect/lib/ +-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@npmcli/ci-detect/lib/index.js -rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@npmcli/ci-detect/package.json drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/config/ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/config/lib/ diff --git a/npm/.signature b/npm/.signature index c0353fdf8..848551044 100644 --- a/npm/.signature +++ b/npm/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3883hxvKw7/CJXzgStE2q9Kg3I2LxIOh/0R6MuWItUpaBso1yTekXbI/waqij+zwmO0XziKe5AB/T/2nXDNlawY= -SHA256 (Pkgfile) = cc2fe06ddcec4c359b74867a9a0e870b32a5bfe174e87282b4302b14fc78bc78 -SHA256 (.footprint) = 1122f69083cf6995fa59bf5b8491fa685de1c735946a228ae9822845e4ed1b64 -SHA256 (npm-8.5.0.tar.gz) = 1dbdfe29c3e6bef39e9d3f3159c047071635fbbd56153ca7b1ccb8a79ff538b1 +RWSagIOpLGJF30LkiHEQ3HIVn6OigHULhbVnF3noGGeUKUYAXi+A8LY6pBgk9DdmR2Blx8+Wv93lHBT4/fXPbM9TGpEWyz4gNwo= +SHA256 (Pkgfile) = a2b3126261c46450ef69eae03a56e7e8240ba0f323b0c7d22a52a819398664b6 +SHA256 (.footprint) = 9dfb1c79d4f4b17efeca34e3704de6461da5aa9f219921d3a71ff8c343cf814a +SHA256 (npm-8.5.1.tar.gz) = bf84632ac3299df593250bc25a7af8ec64c43d683190dddaab43dd779b51dbe1 SHA256 (destdir.patch) = b74ee19a9412025067c9d0b5aa5946a651a7bc0dedab4ae147b3e5d1fb569462 diff --git a/npm/Pkgfile b/npm/Pkgfile index ae7062082..1957dc2ac 100644 --- a/npm/Pkgfile +++ b/npm/Pkgfile @@ -4,7 +4,7 @@ # Depends on: nodejs name=npm -version=8.5.0 +version=8.5.1 release=1 source=(https://github.com/npm/cli/archive/v$version/$name-$version.tar.gz destdir.patch) |