mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://github.com/sass/dart-sass",
 | 
						|
    "version": "1.17.4",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/sass/dart-sass/releases/download/1.17.4/dart-sass-1.17.4-windows-x64.zip",
 | 
						|
            "hash": "75e1a441106be130423c8ec67351b3b8ded4a402cbfabd912080f5077565506c"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/sass/dart-sass/releases/download/1.17.4/dart-sass-1.17.4-windows-ia32.zip",
 | 
						|
            "hash": "3ba1d54bfbf62445d71610c7e3085320c9f1926dd82bbdb2eb9caaf82f9df918"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "dart-sass",
 | 
						|
    "bin": [
 | 
						|
        [
 | 
						|
            "sass.bat",
 | 
						|
            "sass"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://github.com/sass/dart-sass/releases/latest",
 | 
						|
        "re": "/releases/tag/(?:v)?([\\d\\w.-]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-x64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-ia32.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |