mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 21:34:47 +00:00
22 lines
774 B
JSON
22 lines
774 B
JSON
{
|
|
"version": "2.12",
|
|
"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.12/osslsigncode-2.12-windows-x64-mingw.zip",
|
|
"hash": "1ad189e915ff78974cd80a8734937691721ea4d87a91a26c2205f3d3cf7ef974"
|
|
}
|
|
},
|
|
"bin": "bin\\osslsigncode.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-windows-x64-mingw.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|