mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "3.40.1",
|
|
"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.40.1/task_windows_amd64.zip",
|
|
"hash": "b118157d029099d7837f9de4ccc035855bcf0bd433c7a4e3b68425505ec84bc2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/go-task/task/releases/download/v3.40.1/task_windows_386.zip",
|
|
"hash": "a190e0e6810f50249fda6dc3c462bcc4c7b72f406060b35533f4a84b652b14a8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|