2023-09-15 04:26:08 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.30.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.30.1/task_windows_amd64.zip",
"hash": "14ba0d808dcd575d97827017909aef3456f0a8eef58d7df96b42bf414d9fb127"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.30.1/task_windows_386.zip",
"hash": "8a384dfcc382a84c53526e5ca9ef10d1a923db208986b6673bee5984011806df"
}
},
"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"
}
}
}