2022-02-20 00:32:31 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.11.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.11.0/task_windows_amd64.zip",
"hash": "13e7f9db208992172456d755e02c727aae55c65ead2d89c91afd99cae2425ff0"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.11.0/task_windows_386.zip",
"hash": "92975712fe25bcf9a7ae3c270729f20e8c053204b0621fdfe04b78932beb0e86"
}
},
"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"
}
}
}