task: Update to version 3.37.0

This commit is contained in:
github-actions[bot] 2024-05-09 04:37:36 +00:00
parent 49df227253
commit 246dc7668a

View File

@ -1,16 +1,16 @@
{ {
"version": "3.36.0", "version": "3.37.0",
"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.36.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.37.0/task_windows_amd64.zip",
"hash": "d94a0d000b0236b5ec3175ac17506570b3b902d57aafa787e93bd12157b5f32b" "hash": "60f5ec43874921f395f24f19e1834d54bee7bb929dadec8467f5c8a1569d941c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.36.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.37.0/task_windows_386.zip",
"hash": "f99c436a7c8e99a1011e9168d23f5a43da16a6335372e9a7f7b1884f5391143a" "hash": "d1099fc80f1bb5961d25cd47fc01ecc9ad39686cc2793476061607f837eeac25"
} }
}, },
"bin": "task.exe", "bin": "task.exe",