mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "2.4",
|
|
"description": "OpenSSL based Authenticode signing for PE/MSI/Java CAB files",
|
|
"homepage": "https://github.com/mtrojnar/osslsigncode",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.4/osslsigncode-2.4-x64-windows.zip",
|
|
"hash": "973a92757d13d2080d89236207d628440c96b916c8088b4a3c3e13b517d863ac"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.4/osslsigncode-2.4-x86-windows.zip",
|
|
"hash": "c18a99051f38cca205d8d727005a43a306bc0507cfba0ec66c0d15c7338361d3"
|
|
}
|
|
},
|
|
"bin": "osslsigncode.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-x64-windows.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-x86-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|