mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
22 lines
774 B
JSON
22 lines
774 B
JSON
{
|
|
"version": "2.10",
|
|
"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.10/osslsigncode-2.10-windows-x64-mingw.zip",
|
|
"hash": "7909bf36673484a46467004e67132d8340ec4a45ebbbc1055621bdb9262a81cd"
|
|
}
|
|
},
|
|
"bin": "bin\\osslsigncode.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-windows-x64-mingw.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|