From a9bb880187c9e3335045dea08d5a78632b6f20cc Mon Sep 17 00:00:00 2001 From: tech189 Date: Tue, 23 Aug 2022 23:45:45 +0100 Subject: [PATCH] osslsigncode: Update to version 2.5 Fix autoupdate urls to VS version (mingw and static versions also available but not for 32bit) Fix bin to point to correct place --- bucket/osslsigncode.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/osslsigncode.json b/bucket/osslsigncode.json index 96dd5d94c9..3124f78967 100644 --- a/bucket/osslsigncode.json +++ b/bucket/osslsigncode.json @@ -1,27 +1,27 @@ { - "version": "2.4", + "version": "2.5", "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.4/osslsigncode-2.4-x64-windows.zip", - "hash": "973a92757d13d2080d89236207d628440c96b916c8088b4a3c3e13b517d863ac" + "url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.5/osslsigncode-2.5-windows-x64-vs.zip", + "hash": "cc50954fbf034a6390f555dd60fbdf4ac9e1c27f90f947901870c2302c9032d8" }, "32bit": { - "url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.4/osslsigncode-2.4-x86-windows.zip", - "hash": "c18a99051f38cca205d8d727005a43a306bc0507cfba0ec66c0d15c7338361d3" + "url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.5/osslsigncode-2.5-windows-x86-vs.zip", + "hash": "7a7d59f7816d7c46a6c61b072c50c95af4f24ed954b1a398363e0df002b52155" } }, - "bin": "osslsigncode.exe", + "bin": "bin\\osslsigncode.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-x64-windows.zip" + "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-x86-windows.zip" + "url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-windows-x86-vs.zip" } } }