2024-05-12 20:25:18 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.37.2",
"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.37.2/task_windows_amd64.zip",
"hash": "78732e88d33ca2c379ff73caed714753fe0076f7c2a3190f920ca9a0a52a5733"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.37.2/task_windows_386.zip",
"hash": "0c8fb1a38f3da56e12194fcc4e951b6382b3899447ec9fc4b4011eaa1939d97b"
}
},
"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"
}
}
}