mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.42.1",
 | 
						|
    "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.42.1/task_windows_amd64.zip",
 | 
						|
            "hash": "f80050756ddedc08b13721f444e748eb9218c65a2ce300724d168a2afe9811c6"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/go-task/task/releases/download/v3.42.1/task_windows_386.zip",
 | 
						|
            "hash": "7d9eee18a802cbc60d1e496b56193737692f13196551bedc8288fc5a21b9b4d7"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |