mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* osslsigncode: Update to version 2.9, drop 32bit support As the URL changed * Fix typo in osslsigncode.json
22 lines
771 B
JSON
22 lines
771 B
JSON
{
|
|
"version": "2.9",
|
|
"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.9/osslsigncode-2.9-windows-x64-mingw.zip",
|
|
"hash": "2b7662a2a9072095906df80ba6e1d5aa29f2a288f4a7aa1f2190c5cdf7805d73"
|
|
}
|
|
},
|
|
"bin": "bin\\osslsigncode.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-windows-x64-mingw.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|