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": "9.0.202",
 | 
						|
    "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://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.202/dotnet-sdk-9.0.202-win-x64.zip",
 | 
						|
            "hash": "sha512:caf88c10ff1e3f59d420b7556ed14f21c156d54e69b8288a38e6b0c470a41374c10d2ed84cd6434a89e2a23c6a1a2ee6cb762941706b85c40f6f047df0b8127b"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.202/dotnet-sdk-9.0.202-win-x86.zip",
 | 
						|
            "hash": "sha512:c0c586fa7f02901b3126c143f7896292d4d91ce3a1da2e26e2c7c757d809bf38db804f7da8424756326b1f51604ec948f9d004b967b83937c394a2e0366a7401"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.202/dotnet-sdk-9.0.202-win-arm64.zip",
 | 
						|
            "hash": "sha512:92d25b151bac28920508937f944bcc01d2b00e478a2b3139421d5f58636a5711994ebc0f724cda5b2d012e15d6979dc184f09c72574136dde63ba85d110efd2b"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json",
 | 
						|
        "jsonpath": "$..releases-index[?(@.support-phase == 'active')].latest-sdk",
 | 
						|
        "regex": "([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/$version/dotnet-sdk-$version-win-x64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/$version/dotnet-sdk-$version-win-x86.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/$version/dotnet-sdk-$version-win-arm64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://builds.dotnet.microsoft.com/dotnet/release-metadata/$majorVersion.$minorVersion/releases.json",
 | 
						|
            "regex": "(?s)$basename.*?$sha512"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |