2022-04-01 04:30:32 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.12.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.12.0/task_windows_amd64.zip",
"hash": "b67d7a0050ee082f87bf7bf1dc1511d422de787ccfcc11cb6ec7c1365afd5ba5"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.12.0/task_windows_386.zip",
"hash": "e00b7d52cd5f04f3e9285c21ed7d705942450e1e64421389b8093ae6f12c66db"
}
},
"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"
}
}
}