2023-06-30 04:27:24 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.27.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.27.0/task_windows_amd64.zip",
"hash": "4beb01bbe0453fb3167a549b72c4fe3f8be09ca661a7d16a51241f8518324b33"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.27.0/task_windows_386.zip",
"hash": "08b5309ed5994bbcd53ae2ecb3139f95e4df77c8a6ec5e044749b99afb5bdfc6"
}
},
"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"
}
}
}