mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.19.0",
 | 
						|
    "description": "A task runner / simpler Make alternative written in Go",
 | 
						|
    "homepage": "https://taskfile.dev/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/go-task/task/releases/download/v3.19.0/task_windows_amd64.zip",
 | 
						|
            "hash": "4dcd99db1e3cf5e58496346cdb9e8073b7346350f806b12e4a1a9f468d6c1a7f"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/go-task/task/releases/download/v3.19.0/task_windows_386.zip",
 | 
						|
            "hash": "3aa38db2b1a4c1d4357ef3e679a29f5bf6942d1e8e5685399eee22a89ff475ec"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "task.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/go-task/task"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/go-task/task/releases/download/v$version/task_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/go-task/task/releases/download/v$version/task_windows_386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/task_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |