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.23.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.23.0/task_windows_amd64.zip",
 | 
						|
            "hash": "0862bdfab008549e9533e40bb460d2495ceeb8095ff8eea5a4e9a584253e67f7"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/go-task/task/releases/download/v3.23.0/task_windows_386.zip",
 | 
						|
            "hash": "3605173cd30556e3f82ddfe60c3ea946716050b52eb531ad91a27a255f4b7f4c"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |