2023-08-27 00:33:11 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.29.1",
"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.29.1/task_windows_amd64.zip",
"hash": "aaea73a76f50bf9ab49301256e42314101980f249e750082d25f6ed9d16c30c3"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.29.1/task_windows_386.zip",
"hash": "09fb1a0469c5a75a64aa26623171e92a84188dcb3cf4aada3d30390979c64124"
}
},
"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"
}
}
}