2026-01-25 00:49:46 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.47.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.47.0/task_windows_amd64.zip",
"hash": "57b10b31580fefb83170f05127142351f088fd86278bfe626683c3aa00678859"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.47.0/task_windows_386.zip",
"hash": "071b769f36b655ad32b19415f4ea57069ee9d29a574bd8f8fb951b1b554a67e1"
}
},
"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"
}
}
}