2024-01-26 04:26:17 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.34.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.34.0/task_windows_amd64.zip",
"hash": "f6badd854cfbcb0f680402b9a9c35c8efb83072957df503651fb6a3c1a30ad7d"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.34.0/task_windows_386.zip",
"hash": "ee278b4effa02156dacd32c8c3bce87523b3a1545645a4680d92fd887fdf6ee7"
}
},
"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"
}
}
}