mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +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",
 | 
			
		||||
    "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"
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user