From 223f0e56f776361f704c18e8e9682534551c165c Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 30 May 2023 10:12:20 +0200 Subject: [PATCH] Add a key for pdepend --- resources/architecture.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/architecture.json b/resources/architecture.json index 343fb1af..cf11dfe0 100644 --- a/resources/architecture.json +++ b/resources/architecture.json @@ -35,7 +35,8 @@ "command": { "phive-install": { "alias": "pdepend/pdepend", - "bin": "%target-dir%/pdepend" + "bin": "%target-dir%/pdepend", + "sig": "508003DAED98C308" } }, "test": "pdepend --version",