mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.7.5",
 | 
						|
    "description": "Load testing and DDOS attack simulation tool",
 | 
						|
    "homepage": "https://ddosify.com",
 | 
						|
    "license": "AGPL-3.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/ddosify/ddosify/releases/download/v0.7.5/ddosify_0.7.5_windows_amd64.zip",
 | 
						|
            "hash": "3fbe34b616a4b7a1947cbb33e86bd49cb4913e179edb3ad907116a69eaa62cc7"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/ddosify/ddosify/releases/download/v0.7.5/ddosify_0.7.5_windows_386.zip",
 | 
						|
            "hash": "ea0106f0a892871cd1e5b419ef727c3a56ca66fef9a7512d7753af861f4a55ce"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "ddosify.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/ddosify/ddosify"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/ddosify/ddosify/releases/download/v$version/ddosify_$version_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/ddosify/ddosify/releases/download/v$version/ddosify_$version_windows_386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |