From 2862b5d588e62bca3fb5f7e653a229349b842873 Mon Sep 17 00:00:00 2001 From: sitiom Date: Sat, 6 Aug 2022 21:06:57 +0800 Subject: [PATCH] osslsigncode: Update to version 2.4 (#3807) --- bucket/osslsigncode.json | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/bucket/osslsigncode.json b/bucket/osslsigncode.json index 1f6ab9b5ae..96dd5d94c9 100644 --- a/bucket/osslsigncode.json +++ b/bucket/osslsigncode.json @@ -1,34 +1,27 @@ { - "version": "1.7.1-1", - "description": "Platform-independent tool for Authenticode signing of PE(EXE/SYS/DLL/etc), CAB and MSI files - uses OpenSSL and libcurl. It also supports timestamping (Authenticode and RFC3161).", - "homepage": "https://sourceforge.net/projects/osslsigncode/", + "version": "2.4", + "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://downloads.sourceforge.net/project/unix-utils/osslsigncode/osslsigncode-1.7.1-1-x86_64.zip", - "hash": "sha1:2b45c724569c564adbe6546e7c13f4305340d8f0", - "extract_dir": "osslsigncode-1.7.1-1-x86_64/bin" + "url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.4/osslsigncode-2.4-x64-windows.zip", + "hash": "973a92757d13d2080d89236207d628440c96b916c8088b4a3c3e13b517d863ac" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/unix-utils/osslsigncode/osslsigncode-1.7.1-1-win32.zip", - "hash": "sha1:b02dd2ac3ae5962253a11d76766fb63a314f845e", - "extract_dir": "osslsigncode-1.7.1-1-win32/bin" + "url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.4/osslsigncode-2.4-x86-windows.zip", + "hash": "c18a99051f38cca205d8d727005a43a306bc0507cfba0ec66c0d15c7338361d3" } }, "bin": "osslsigncode.exe", - "checkver": { - "url": "https://sourceforge.net/projects/unix-utils/files/osslsigncode/", - "regex": "osslsigncode-([\\d.-]+)-x86_64" - }, + "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/unix-utils/osslsigncode/osslsigncode-$version-x86_64.zip", - "extract_dir": "osslsigncode-$version-x86_64/bin" + "url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-x64-windows.zip" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/unix-utils/osslsigncode/osslsigncode-$version-win32.zip", - "extract_dir": "osslsigncode-$version-win32/bin" + "url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-x86-windows.zip" } } }