mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41:19 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "3.32.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.32.0/task_windows_amd64.zip",
|
|
"hash": "4d5167b22c01fc8b0f852189f73e9d54a0e1bf1180aa9cef26de72c6bbda8685"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/go-task/task/releases/download/v3.32.0/task_windows_386.zip",
|
|
"hash": "2bc855397022dc3c7c6776ab7b60574f1443063931029810714c35c2a73b8d9d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|