mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "3.14.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.14.1/task_windows_amd64.zip",
|
|
"hash": "f77c21499083e455e55cdf785ef87706a7172599f559bf215d17bf5ff87799a0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/go-task/task/releases/download/v3.14.1/task_windows_386.zip",
|
|
"hash": "222042ac3b50a38961d09dd5baadc72c6afd28d1786991e93b0e84cbfa37af7f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|