2023-01-01 00:33:30 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.19.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.19.1/task_windows_amd64.zip",
"hash": "fc2903603c566b991ad5cbb8f90a1b4d9546c78eb57a5ce7aae7ebb1da484ad2"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.19.1/task_windows_386.zip",
"hash": "c9d32aea1242ef69410a613786af4164c5a019eb0db48130a9ad5e3fe1bf3fdc"
}
},
"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"
}
}
}