ScoopInstaller_Main/bucket/osslsigncode.json
2026-01-21 00:45:00 +00:00

22 lines
774 B
JSON

{
"version": "2.11",
"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.11/osslsigncode-2.11-windows-x64-mingw.zip",
"hash": "3aba7d083262cbd201aeb43307c12c36517a3318187243b8aff632fff15b6599"
}
},
"bin": "bin\\osslsigncode.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-windows-x64-mingw.zip"
}
}
}
}