2024-09-07 20:26:15 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.39.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.39.0/task_windows_amd64.zip",
"hash": "40daad21c17d8fb7c90fcf99f787f2db5c08ae4aeaf0be1c0177fd77fc3296a1"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.39.0/task_windows_386.zip",
"hash": "93373630a40ebe8f3c05b36486538836b8a298221106bedddab0b881834d1b5a"
}
},
"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"
}
}
}