mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "4.24.0",
 | 
						|
    "description": "Let's Encrypt/ACME client and library written in Go",
 | 
						|
    "homepage": "https://github.com/go-acme/lego",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/go-acme/lego/releases/download/v4.24.0/lego_v4.24.0_windows_amd64.zip",
 | 
						|
            "hash": "e5af8cdbe09b555cedaad4038c2029496929743907866c94b77cf53f44799f8a"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/go-acme/lego/releases/download/v4.24.0/lego_v4.24.0_windows_386.zip",
 | 
						|
            "hash": "6929ec1d230268b27b5071baead1a781892f1aaccec72b2225c8078b01b263a1"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/go-acme/lego/releases/download/v4.24.0/lego_v4.24.0_windows_arm64.zip",
 | 
						|
            "hash": "3e9264f50e305de9461f58e881c0ec23ddf45c71f0e7e5bd55fa87c42416cb4c"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "lego.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/go-acme/lego/releases/download/v$version/lego_v$version_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/go-acme/lego/releases/download/v$version/lego_v$version_windows_386.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/go-acme/lego/releases/download/v$version/lego_v$version_windows_arm64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/lego_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |