mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.2.25",
 | 
						|
    "description": "Local Github actions runner.",
 | 
						|
    "homepage": "https://github.com/nektos/act/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/nektos/act/releases/download/v0.2.25/act_Windows_x86_64.zip",
 | 
						|
            "hash": "c37af39b2dbb1ee40759652bcb157a52c7ed48caec1f09a0ec5f6395174ccb8d"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/nektos/act/releases/download/v0.2.25/act_Windows_i386.zip",
 | 
						|
            "hash": "a1e6386c4e8c71d885bdc28ffc29077f5acdc8415c0d38672608461db3e5f18d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "act.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_x86_64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_i386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |