mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-13 02:41:19 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "3.37.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.37.0/task_windows_amd64.zip",
|
|
"hash": "60f5ec43874921f395f24f19e1834d54bee7bb929dadec8467f5c8a1569d941c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/go-task/task/releases/download/v3.37.0/task_windows_386.zip",
|
|
"hash": "d1099fc80f1bb5961d25cd47fc01ecc9ad39686cc2793476061607f837eeac25"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|