2023-05-23 04:25:51 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.25.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.25.0/task_windows_amd64.zip",
"hash": "67d281e37e7b7e677e6eef03ce5a2742ce6e33cad544921f293639f77cf80306"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.25.0/task_windows_386.zip",
"hash": "871cc04e81b9323e39a47c89ef2b8c4fed98eb398dc5a6d3b41d4e081fe804da"
}
},
"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"
}
}
}