mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.9.0",
 | 
						|
    "description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
 | 
						|
    "homepage": "https://ziglang.org/",
 | 
						|
    "license": "MIT",
 | 
						|
    "suggest": {
 | 
						|
        "vcredist": "extras/vcredist2019"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://ziglang.org/download/0.9.0/zig-windows-x86_64-0.9.0.zip",
 | 
						|
            "hash": "084ea2646850aaf068234b0f1a92b914ed629be47075e835f8a67d55c21d880e",
 | 
						|
            "extract_dir": "zig-windows-x86_64-0.9.0"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://ziglang.org/download/0.9.0/zig-windows-i386-0.9.0.zip",
 | 
						|
            "hash": "bb839434afc75092015cf4c33319d31463c18512bc01dd719aedf5dcbc368466",
 | 
						|
            "extract_dir": "zig-windows-i386-0.9.0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "zig.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://ziglang.org/download/",
 | 
						|
        "regex": ">([\\d.]+)</h"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://ziglang.org/download/$version/zig-windows-x86_64-$version.zip",
 | 
						|
                "extract_dir": "zig-windows-x86_64-$version"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://ziglang.org/download/$version/zig-windows-i386-$version.zip",
 | 
						|
                "extract_dir": "zig-windows-i386-$version"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://ziglang.org/download/",
 | 
						|
            "regex": "(?sm)$basename.*?$sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |