mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
osslsigncode: Update to version 2.4 (#3807)
This commit is contained in:
parent
1f429f9537
commit
2862b5d588
@ -1,34 +1,27 @@
|
|||||||
{
|
{
|
||||||
"version": "1.7.1-1",
|
"version": "2.4",
|
||||||
"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).",
|
"description": "OpenSSL based Authenticode signing for PE/MSI/Java CAB files",
|
||||||
"homepage": "https://sourceforge.net/projects/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://downloads.sourceforge.net/project/unix-utils/osslsigncode/osslsigncode-1.7.1-1-x86_64.zip",
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.4/osslsigncode-2.4-x64-windows.zip",
|
||||||
"hash": "sha1:2b45c724569c564adbe6546e7c13f4305340d8f0",
|
"hash": "973a92757d13d2080d89236207d628440c96b916c8088b4a3c3e13b517d863ac"
|
||||||
"extract_dir": "osslsigncode-1.7.1-1-x86_64/bin"
|
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://downloads.sourceforge.net/project/unix-utils/osslsigncode/osslsigncode-1.7.1-1-win32.zip",
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/2.4/osslsigncode-2.4-x86-windows.zip",
|
||||||
"hash": "sha1:b02dd2ac3ae5962253a11d76766fb63a314f845e",
|
"hash": "c18a99051f38cca205d8d727005a43a306bc0507cfba0ec66c0d15c7338361d3"
|
||||||
"extract_dir": "osslsigncode-1.7.1-1-win32/bin"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "osslsigncode.exe",
|
"bin": "osslsigncode.exe",
|
||||||
"checkver": {
|
"checkver": "github",
|
||||||
"url": "https://sourceforge.net/projects/unix-utils/files/osslsigncode/",
|
|
||||||
"regex": "osslsigncode-([\\d.-]+)-x86_64"
|
|
||||||
},
|
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://downloads.sourceforge.net/project/unix-utils/osslsigncode/osslsigncode-$version-x86_64.zip",
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-x64-windows.zip"
|
||||||
"extract_dir": "osslsigncode-$version-x86_64/bin"
|
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://downloads.sourceforge.net/project/unix-utils/osslsigncode/osslsigncode-$version-win32.zip",
|
"url": "https://github.com/mtrojnar/osslsigncode/releases/download/$version/osslsigncode-$version-x86-windows.zip"
|
||||||
"extract_dir": "osslsigncode-$version-win32/bin"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user