jsign: Add version 7.0 (#6137)

This commit is contained in:
Ryan 2025-02-14 00:29:27 +08:00 committed by GitHub
parent 5c85609229
commit 85dd51d33a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
bucket/jsign.json Normal file
View File

@ -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"
]
}
}