2023-09-14 04:26:44 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.30.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.30.0/task_windows_amd64.zip",
"hash": "fc695a8a6949d2aea5d3d401b179bf78f789eab9f86af609243c1778f1f14933"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.30.0/task_windows_386.zip",
"hash": "22a2c9810d2d4687a887cea2b6f2c01ab0fb0b10f7424712afadf67e0f5a2edb"
}
},
"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"
}
}
}