mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.34.1",
 | 
						|
    "description": "The primary implementation of Sass, written in Dart.",
 | 
						|
    "homepage": "https://sass-lang.com/dart-sass",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/sass/dart-sass/releases/download/1.34.1/dart-sass-1.34.1-windows-x64.zip",
 | 
						|
            "hash": "6e34628799240e905dca33dc49e07b09cd950453ec2ff5aaf75d918211cd23c5"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/sass/dart-sass/releases/download/1.34.1/dart-sass-1.34.1-windows-ia32.zip",
 | 
						|
            "hash": "c912c28ad3bb67514d2f82d9d5ca37b14600881699686cabf61c278bfd5856c7"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "dart-sass",
 | 
						|
    "bin": [
 | 
						|
        "sass.bat",
 | 
						|
        [
 | 
						|
            "sass.bat",
 | 
						|
            "dart-sass"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/sass/dart-sass"
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |