From 85dd51d33a7d51e3501bf3ef7d838518311bcce1 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 14 Feb 2025 00:29:27 +0800 Subject: [PATCH] jsign: Add version 7.0 (#6137) --- bucket/jsign.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/jsign.json diff --git a/bucket/jsign.json b/bucket/jsign.json new file mode 100644 index 0000000000..b19f6091f1 --- /dev/null +++ b/bucket/jsign.json @@ -0,0 +1,30 @@ +{ + "version": "7.0", + "description": "Java implementation of Microsoft Authenticode for signing Windows executables, installers & scripts", + "homepage": "https://ebourg.github.io/jsign/", + "license": "Apache-2.0", + "suggest": { + "JDK": [ + "java/openjdk", + "java/oraclejdk" + ] + }, + "url": [ + "https://github.com/ebourg/jsign/releases/download/7.0/jsign-7.0.jar#/jsign.jar", + "https://raw.githubusercontent.com/ebourg/jsign/7.0/jsign/src/choco/tools/jsign.cmd" + ], + "hash": [ + "325df319621e7fa74384c8852efdb5828871bf6405648a4c621ee5fc37c59b6c", + "f287bb1d7e316bcb2f3ad45ce4a04b3b67ea3a32e63a83c65b79dd13474968f7" + ], + "bin": "jsign.cmd", + "checkver": { + "github": "https://github.com/ebourg/jsign" + }, + "autoupdate": { + "url": [ + "https://github.com/ebourg/jsign/releases/download/$version/jsign-$version.jar#/jsign.jar", + "https://raw.githubusercontent.com/ebourg/jsign/$version/jsign/src/choco/tools/jsign.cmd" + ] + } +}