2023-07-25 04:26:33 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.28.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.28.0/task_windows_amd64.zip",
"hash": "d46e1f3a8ce6951e2d7978c5094661b3f1473cba291bcc2fa53a7af224c403a8"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.28.0/task_windows_386.zip",
"hash": "a7fd49978db94496b19141519b5f457aeeda0b92be2ec7e61aeba13cda8461c7"
}
},
"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"
}
}
}