mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "2.7",
|
|
"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.7/osslsigncode-2.7-windows-x64-vs.zip",
|
|
"hash": "b85003c4dcd0ae4696386cdbae8bb32b80fff46a92648173bc380cb6e30c4a0f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.7/osslsigncode-2.7-windows-x86-vs.zip",
|
|
"hash": "6565f1a7fe1e24aff3fdfa3b04d2da1032f808c487958e2258aab2b67f2244b3"
|
|
}
|
|
},
|
|
"bin": "bin\\osslsigncode.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-windows-x64-vs.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-windows-x86-vs.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|