mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			52 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.0.401",
 | 
						|
    "description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications.",
 | 
						|
    "homepage": "https://www.microsoft.com/net/",
 | 
						|
    "license": "MIT",
 | 
						|
    "suggest": {
 | 
						|
        "vcredist": "extras/vcredist2022"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.401/dotnet-sdk-8.0.401-win-x64.zip",
 | 
						|
            "hash": "sha512:384c473811118f47d50e937e29bb4f03413a07dc859c30486b1129d99ac80a61527c77baceafcf1ce42533ab307d65b476e5d0d7c503f930440456a0f75b92dd"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.401/dotnet-sdk-8.0.401-win-x86.zip",
 | 
						|
            "hash": "sha512:ee5e467d9285843cf4b68913c1dffc40ee0f828aa39b75e60cd9514d08d7c1a0c809e282ea4d0cd2a18376f80298fc05680f26a96d11247f7abf1347c8fa4671"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.401/dotnet-sdk-8.0.401-win-arm64.zip",
 | 
						|
            "hash": "sha512:5e4ab2b0d4623796a5aa9d209084b9bd19a5d5db2c9165b9be0cd8dc2953a73a26e681c7c7f5816e0b96a771f91995d7ee9949ff578da8f43990f3bd9c203195"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "env_add_path": ".",
 | 
						|
    "env_set": {
 | 
						|
        "DOTNET_ROOT": "$dir",
 | 
						|
        "MSBuildSDKsPath": "$dir\\sdk\\$version\\Sdks"
 | 
						|
    },
 | 
						|
    "pre_uninstall": "info 'If the uninstall fails with a message saying that access is denied, you may need to log out of your current account, log back in and try again.'",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json",
 | 
						|
        "jsonpath": "$..releases-index[?(@.support-phase == 'active')].latest-sdk",
 | 
						|
        "regex": "([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x86.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-arm64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/$majorVersion.$minorVersion/releases.json",
 | 
						|
            "regex": "(?s)$basename.*?$sha512"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |