From 82927a74beb293c8e0a7ab46dc8c2f9149b71cc2 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 26 Jul 2024 11:15:09 +0200 Subject: [PATCH] npm, bump version (#10735) --- sys-apps/npm/{npm-10.4.0.recipe => npm-10.8.2.recipe} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename sys-apps/npm/{npm-10.4.0.recipe => npm-10.8.2.recipe} (75%) diff --git a/sys-apps/npm/npm-10.4.0.recipe b/sys-apps/npm/npm-10.8.2.recipe similarity index 75% rename from sys-apps/npm/npm-10.4.0.recipe rename to sys-apps/npm/npm-10.8.2.recipe index 9d637bdd4..a6941c9fd 100644 --- a/sys-apps/npm/npm-10.4.0.recipe +++ b/sys-apps/npm/npm-10.8.2.recipe @@ -6,7 +6,7 @@ LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="https://github.com/npm/cli/archive/v$portVersion.tar.gz" SOURCE_DIR="cli-$portVersion" -CHECKSUM_SHA256="d8c7bf11ea8c0cf13b936e8ad936358745a682f3f64fc22e5c50d48f06966f66" +CHECKSUM_SHA256="d38824e218024180205775d1ea2e0dad750a472486c16b948713722eca0cb41c" ARCHITECTURES="x86_64 !x86_gcc2" @@ -37,5 +37,7 @@ INSTALL() TEST() { + # Suites: ​2 failed​, ​100 passed​, ​102 of 102 completed​ + # Asserts: ​​​5 failed​, ​4656 passed​, ​6 skip​, ​of 46 node . run test --ignore-scripts }