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.43.3",
 | 
						|
    "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.43.3/task_windows_amd64.zip",
 | 
						|
            "hash": "08b7d03b2dde0a4b3f53cd8c6dca544087c7b388cd6e5405c284ccc70563936c"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/go-task/task/releases/download/v3.43.3/task_windows_386.zip",
 | 
						|
            "hash": "e9b85aa64e83a41f167f9718b37dee02b634cfdc2e0354e4ab50aa5a7e79d8bc"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |