2023-06-30 16:28:18 +00:00

34 lines
1.1 KiB
JSON

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