2022-09-09 00:36:20 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.15.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.15.2/task_windows_amd64.zip",
"hash": "d8ed9d394a892f043686c57ff81982f22b89722d21c893459ddc41b8b6a62c80"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.15.2/task_windows_386.zip",
"hash": "598409fc46e0927d1340c5f3c1b4a45662481890806efcba6ebce59c96138f92"
}
},
"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"
}
}
}