2025-06-09 00:43:18 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.44.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.44.0/task_windows_amd64.zip",
"hash": "db39c209f677c8f1513bec1b22c0997131d56e252db0a2d57208414c96ad9056"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.44.0/task_windows_386.zip",
"hash": "94190fcb14463c03d0f0e3785eee7db6b942532ef81b7fbdb6cc838c0717d460"
}
},
"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"
}
}
}