2023-02-23 04:29:10 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.21.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.21.0/task_windows_amd64.zip",
"hash": "8abe73c80e28688873e687ede743b8b82f875e78b42ea1a9a38477ab1d2839c0"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.21.0/task_windows_386.zip",
"hash": "f7d3c0338451a84576efcdbe1791dd1c3aef61db62e8dfc06fc9f60bd78c2000"
}
},
"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"
}
}
}