mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "5.0.103",
 | 
						|
    "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": {
 | 
						|
        "Visual C++ Redistributable 2019": "extras/vcredist2019"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.103/dotnet-sdk-5.0.103-win-x64.zip",
 | 
						|
            "hash": "sha512:7ff6316b2bf5219a794d86c716fefe6b80b0c8095f0ed98390f628f4cbd8c573c1a21369ac9aa9596826825ea595afccc14e207489c7346f074cfacf1be94d58"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.103/dotnet-sdk-5.0.103-win-x86.zip",
 | 
						|
            "hash": "sha512:08675887ed2ed6016be2581a94967316b4af5ea5a9d43d6ec1541a7925f2eba875804860a28f0e491fb17560d1fac197d8230b43f4e2fa95a98d0eaae6ef46e2"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "dotnet.exe",
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |