2025-01-18 16:28:52 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.41.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.41.0/task_windows_amd64.zip",
"hash": "0847915b3b51dbd296a510873fb9b62050ddddb818f6346840f3e1b4ce37d448"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.41.0/task_windows_386.zip",
"hash": "89631e5e30a8a59f891f53d6f377dbe012ad82865d2a7e3f7990b5ca85da151d"
}
},
"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"
}
}
}