2022-09-30 05:00:47 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.16.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.16.0/task_windows_amd64.zip",
"hash": "530b1f35d902aca4c4fe670c07d83ff75c7a773d52d8b2ad2007bdd47b70dfa5"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.16.0/task_windows_386.zip",
"hash": "3325d72614598a9d8fe2544f58e3b8a9e1999cd6bf423f2b741b514f0d0367a0"
}
},
"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"
}
}
}