mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
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
This commit is contained in:
parent
87eccc260f
commit
a9bb880187
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user