osslsigncode: Update to version 2.9, drop 32bit support (#6434)

* osslsigncode: Update to version 2.9, drop 32bit support

As the URL changed

* Fix typo in osslsigncode.json
This commit is contained in:
Ross Smith II 2025-01-04 17:45:58 -08:00 committed by GitHub
parent ce58999900
commit d7e0cb64b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,12 @@
{ {
"version": "2.7", "version": "2.9",
"description": "OpenSSL based Authenticode signing for PE/MSI/Java CAB files", "description": "OpenSSL based Authenticode signing for PE/MSI/Java CAB files",
"homepage": "https://github.com/mtrojnar/osslsigncode", "homepage": "https://github.com/mtrojnar/osslsigncode",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.7/osslsigncode-2.7-windows-x64-vs.zip", "url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.9/osslsigncode-2.9-windows-x64-mingw.zip",
"hash": "b85003c4dcd0ae4696386cdbae8bb32b80fff46a92648173bc380cb6e30c4a0f" "hash": "2b7662a2a9072095906df80ba6e1d5aa29f2a288f4a7aa1f2190c5cdf7805d73"
},
"32bit": {
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.7/osslsigncode-2.7-windows-x86-vs.zip",
"hash": "6565f1a7fe1e24aff3fdfa3b04d2da1032f808c487958e2258aab2b67f2244b3"
} }
}, },
"bin": "bin\\osslsigncode.exe", "bin": "bin\\osslsigncode.exe",
@ -18,10 +14,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-windows-x64-vs.zip" "url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-windows-x64-mingw.zip"
},
"32bit": {
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-windows-x86-vs.zip"
} }
} }
} }