2025-03-09 04:27:01 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.42.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.42.0/task_windows_amd64.zip",
"hash": "669ee2c97af66aec4577bedf1b9f7a8cd3aeb083164d1eb5cc2b46872e360c92"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.42.0/task_windows_386.zip",
"hash": "f43afb2d15c2134a3a1907b3e30568c3ea53ccec255963f4c1540b7612d14d23"
}
},
"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"
}
}
}