2022-11-12 20:28:03 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.18.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.18.0/task_windows_amd64.zip",
"hash": "583e4c347fe9b7dbbe827dc1080c0adc6728b1bee42704d4ba02a5ccced8a807"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.18.0/task_windows_386.zip",
"hash": "a6c467ee87650df0ce35e9d3ab65853ba7aabf4b1871cb2eaafaed711dfcbd8b"
}
},
"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"
}
}
}