2024-06-30 16:28:23 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.38.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.38.0/task_windows_amd64.zip",
"hash": "6586105949b4359b37f770b7604542c23f064e055c6521791cd8d5916ec287fb"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.38.0/task_windows_386.zip",
"hash": "72962ea63388db41750e60cd0184e8c68ffd008ce277ba7502e974e40ee36bf2"
}
},
"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"
}
}
}