mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.1.403",
 | 
						|
    "homepage": "https://www.microsoft.com/net/",
 | 
						|
    "description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications.",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/3.1.403/dotnet-sdk-3.1.403-win-x64.zip",
 | 
						|
            "hash": "sha512:280c7dee8c6cfa56f1f37efe901d124495ca0a9bdb1f3d535e37ca069ec7bb646cded362517b9d3f63233ecf184914254217914a981037f9050a94480322ad00"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/3.1.403/dotnet-sdk-3.1.403-win-x86.zip",
 | 
						|
            "hash": "sha512:664f5300ba8a70b3f1bf7031768c17e8b91675d4dd1c5773223023806f14fb6c140940dc0f49d8ad714209d7304ab1f7b1df52b7f7bc3fa29d65148fb3ae60b0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "dotnet.exe",
 | 
						|
    "suggest": {
 | 
						|
        "Visual C++ Redistributable 2019": "extras/vcredist2019"
 | 
						|
    },
 | 
						|
    "env_add_path": ".",
 | 
						|
    "env_set": {
 | 
						|
        "DOTNET_ROOT": "$dir",
 | 
						|
        "MSBuildSDKsPath": "$dir\\sdk\\$version\\Sdks"
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json",
 | 
						|
        "regex": "(?s)(?<rtv>[\\d.]+)[^\\d]*?([\\d.]+)[^\\d]*?(?:current|lts)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x86.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/$matchRtv-sha.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |