From c73c777745edd09758958d8af175f925fb081762 Mon Sep 17 00:00:00 2001 From: gitea Date: Wed, 12 Nov 2025 16:46:06 +0000 Subject: [PATCH] =?UTF-8?q?node-gyp:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D0=B8=2012.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node-gyp/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node-gyp/alr.sh b/node-gyp/alr.sh index 5214a31..b1b25e3 100644 --- a/node-gyp/alr.sh +++ b/node-gyp/alr.sh @@ -1,6 +1,6 @@ name='node-gyp' -version='11.5.0' -release='2' +version='12.0.0' +release='1' desc='Node.js native addon build tool' desc_ru='Инструмент сборки нативных дополнений для Node.js' homepage='https://github.com/nodejs/node-gyp'