mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "3.24.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.24.0/task_windows_amd64.zip",
|
|
"hash": "99f7ab584b48ea9c8d77a86d22aca4b7abdb3ea5db2351376fb4e6d6d9740040"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/go-task/task/releases/download/v3.24.0/task_windows_386.zip",
|
|
"hash": "de0c350649bf0fb52fe6fdf818f68cc832add323ee2a8ebbb70892464a0179ba"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|