task: Update to version 3.37.2

This commit is contained in:
github-actions[bot] 2024-05-12 20:25:18 +00:00
parent ef6bf54420
commit 7303e0576f

View File

@ -1,16 +1,16 @@
{ {
"version": "3.37.1", "version": "3.37.2",
"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.37.1/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.37.2/task_windows_amd64.zip",
"hash": "f52e5981dfdad902ea822e778d29acf55eb85c11ad4f2ef86f9a6db65ce870f6" "hash": "78732e88d33ca2c379ff73caed714753fe0076f7c2a3190f920ca9a0a52a5733"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.37.1/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.37.2/task_windows_386.zip",
"hash": "138147037587b9691897bf27dcf6bf8f80a50c58bd5b5902deaf95532993d4c2" "hash": "0c8fb1a38f3da56e12194fcc4e951b6382b3899447ec9fc4b4011eaa1939d97b"
} }
}, },
"bin": "task.exe", "bin": "task.exe",