2025-12-19 00:42:57 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.46.2",
"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.46.2/task_windows_amd64.zip",
"hash": "8467df20126e7bca7048625a1648d5df591e145e46f56d88f4c7b376ce8a9824"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.46.2/task_windows_386.zip",
"hash": "2ba3ef7bb27ae58402545c90839ab523e8bd8a2d68a6794f88c210e1c4d3bef5"
}
},
"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"
}
}
}