2024-03-05 00:32:51 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.35.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.35.1/task_windows_amd64.zip",
"hash": "a18d440e7f2a1f2840899f5c46638ce20f00018daa2143d90c6c75a51aacb774"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.35.1/task_windows_386.zip",
"hash": "2ba54da4fac26b807538b319fde7ae86b46aa07f36e73c833bb757a571cea988"
}
},
"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"
}
}
}