task: Update to version 3.35.1

This commit is contained in:
github-actions[bot] 2024-03-05 00:32:51 +00:00
parent 9c2d1e0820
commit 557b02d1d6

View File

@ -1,16 +1,16 @@
{ {
"version": "3.35.0", "version": "3.35.1",
"description": "A task runner / simpler Make alternative written in Go", "description": "A task runner / simpler Make alternative written in Go",
"homepage": "https://taskfile.dev/", "homepage": "https://taskfile.dev/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/go-task/task/releases/download/v3.35.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.35.1/task_windows_amd64.zip",
"hash": "3e8d7fd92c42724675db2110125c8d3998740dc4ead82b17c9670a79ce979080" "hash": "a18d440e7f2a1f2840899f5c46638ce20f00018daa2143d90c6c75a51aacb774"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.35.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.35.1/task_windows_386.zip",
"hash": "3967723493d9383ddb411e4f0336007db8d216f11fe264581e9960e26929808e" "hash": "2ba54da4fac26b807538b319fde7ae86b46aa07f36e73c833bb757a571cea988"
} }
}, },
"bin": "task.exe", "bin": "task.exe",