2024-11-06 04:29:56 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.40.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.40.0/task_windows_amd64.zip",
"hash": "3d73343d05f6524d8d375ec89ad92863ccdddb7261798cd281a1e6dea2ac9712"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.40.0/task_windows_386.zip",
"hash": "7217ce42bc3e22478e9b9871aad2a12cfe8695d3ac8e7b8ef484ffcd26103d88"
}
},
"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"
}
}
}