2022-07-08 20:31:49 +00:00

34 lines
1.1 KiB
JSON

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