mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.7.4",
 | 
						|
    "description": "An extremely fast Python linter and code formatter, written in Rust.",
 | 
						|
    "homepage": "https://github.com/astral-sh/ruff",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/astral-sh/ruff/releases/download/0.7.4/ruff-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "d6c1c7ecfcce022f87a172ed8586f068f616e9844d6ee5d2527dfcfb7348f45c"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/astral-sh/ruff/releases/download/0.7.4/ruff-i686-pc-windows-msvc.zip",
 | 
						|
            "hash": "8952479328ddb7f89812a5f560a34c4a2e675cf72127a1ed86e631f5ccc845f0"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/astral-sh/ruff/releases/download/0.7.4/ruff-aarch64-pc-windows-msvc.zip",
 | 
						|
            "hash": "1d9080512657669c3904bf9d779140f90ca1f5d0e2ffa3bc8c0042b1da73dda3"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "ruff.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-x86_64-pc-windows-msvc.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-i686-pc-windows-msvc.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-aarch64-pc-windows-msvc.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |