2025-04-21 20:28:28 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.43.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.43.2/task_windows_amd64.zip",
"hash": "3857b984d7c0cb8b0b06da9ccd85c30e1c5b1d8b79287a3f55215ca4f23e0464"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.43.2/task_windows_386.zip",
"hash": "a7dc99bddfce772761a71002c5ba98e67649e228d88f355d82aed3bada142496"
}
},
"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"
}
}
}