2023-12-21 04:26:14 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.33.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.33.0/task_windows_amd64.zip",
"hash": "e57c3e76204caa8a652127291eb765a356b5454741ec1723845cb8e75b1c3c58"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.33.0/task_windows_386.zip",
"hash": "4a7cb2fb9148d0c0866bdbaed05dcd864277b0f7d54612a2d52e7ffabb4bf819"
}
},
"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"
}
}
}