2025-12-18 20:30:06 +00:00

34 lines
1.1 KiB
JSON

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