mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
 | 
						|
    "##": "Rename download file because 7-zip can't decompress it as zip file.",
 | 
						|
    "version": "4.0.6610",
 | 
						|
    "description": "Microsoft Azure Functions Core Tools",
 | 
						|
    "homepage": "https://github.com/Azure/azure-functions-core-tools",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.6610/Azure.Functions.Cli.win-arm64.4.0.6610.zip#/dl.7z",
 | 
						|
            "hash": "8cce24f5c6488cb508e0c2ecaf393ed3dc1ea35e955dc20bf246468f1dcd2162"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.6610/Azure.Functions.Cli.win-x86.4.0.6610.zip#/dl.7z",
 | 
						|
            "hash": "6635fef5c30c631ac7d2f054cd9edca5d60d5527e68b047471a1b9fec04c5934"
 | 
						|
        },
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.6610/Azure.Functions.Cli.win-x64.4.0.6610.zip#/dl.7z",
 | 
						|
            "hash": "10dc5355e569cd027e02792c148914ffa59694eea51ee1005f2de177913235a7"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "func.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-arm64.$version.zip#/dl.7z"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x86.$version.zip#/dl.7z"
 | 
						|
            },
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$version.zip#/dl.7z"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha2"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |