mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			826 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			826 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "version": "2025_01_02",
 | 
						|
  "description": "Download and manage Zig compilers",
 | 
						|
  "homepage": "https://github.com/marler8997/zigup",
 | 
						|
  "license": "MIT-0",
 | 
						|
  "architecture": {
 | 
						|
    "64bit": {
 | 
						|
      "url": "https://github.com/marler8997/zigup/releases/download/v2025_01_02/zigup-x86_64-windows.zip",
 | 
						|
      "hash": "f451cdf0f217baff5de66f18961bcff7f8224990192334df3b834aaad2e11c19"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "env_add_path": ".",
 | 
						|
  "bin": [
 | 
						|
    ["zigup.exe", "zigup", "--path-link", "\"$persist_dir\\zig\\zig.exe\""]
 | 
						|
  ],
 | 
						|
  "persist": "zig",
 | 
						|
  "checkver": {
 | 
						|
    "url": "https://api.github.com/repos/marler8997/zigup/releases",
 | 
						|
    "regex": "v([\\d_]+)"
 | 
						|
  },
 | 
						|
  "autoupdate": {
 | 
						|
    "architecture": {
 | 
						|
      "64bit": {
 | 
						|
        "url": "https://github.com/marler8997/zigup/releases/download/v$version/zigup-x86_64-windows.zip"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |