mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2022.3.2",
 | 
						|
    "description": "JetBrains dotMemory Command Line Tools for profiling .NET memory usage from the command line.",
 | 
						|
    "homepage": "https://www.jetbrains.com/dotmemory/download/#section=commandline",
 | 
						|
    "license": {
 | 
						|
        "identifier": "Freeware",
 | 
						|
        "url": "https://www.jetbrains.com/legal/docs/toolbox/user"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://download.jetbrains.com/resharper/dotUltimate.2022.3.2/JetBrains.dotMemory.Console.windows-x64.2022.3.2.zip",
 | 
						|
            "hash": "5027b2bfe4995a380bcef34034dcbdf5e6b4f26843f9fbb397a74c494e0e6639"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://download.jetbrains.com/resharper/dotUltimate.2022.3.2/JetBrains.dotMemory.Console.windows-x86.2022.3.2.zip",
 | 
						|
            "hash": "9d270430bf85d7b247dc18120b7d4f1051128209799a436c8580680bf24368a0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "dotMemory.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://data.services.jetbrains.com/products/releases?code=DMCLP&latest=true&platform=zip&type=release",
 | 
						|
        "jsonpath": "$..version"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotMemory.Console.windows-x64.$version.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotMemory.Console.windows-x86.$version.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |