2025-11-11 20:29:18 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.45.5",
"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.45.5/task_windows_amd64.zip",
"hash": "462687c285a07450de17f2af696d12c3c9536651e3d0085e483d56ab6cd0db4f"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.45.5/task_windows_386.zip",
"hash": "e5309d0769555668b514ced50b3e7973c3fb4b5904b2e98387f46d5b9064d21f"
}
},
"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"
}
}
}