2025-07-24 00:43:17 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.44.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.44.1/task_windows_amd64.zip",
"hash": "0a43e2ec91c7e010d5bedfe25fff5cf8370931dfa103b4b8332290ea204f93b2"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.44.1/task_windows_386.zip",
"hash": "1c175e869fbe1b2dfa3ec3409c024535bf6d47f99536afe1bd3c741a17da8d6e"
}
},
"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"
}
}
}