2024-04-09 05:08:20 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.36.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.36.0/task_windows_amd64.zip",
"hash": "d94a0d000b0236b5ec3175ac17506570b3b902d57aafa787e93bd12157b5f32b"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.36.0/task_windows_386.zip",
"hash": "f99c436a7c8e99a1011e9168d23f5a43da16a6335372e9a7f7b1884f5391143a"
}
},
"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"
}
}
}