task: Update to version 3.32.0

This commit is contained in:
github-actions[bot] 2023-11-30 04:26:21 +00:00
parent edcfc6fcae
commit bf123753ad

View File

@ -1,16 +1,16 @@
{ {
"version": "3.31.0", "version": "3.32.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.31.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.32.0/task_windows_amd64.zip",
"hash": "5e16ed6aea733babdab5ea9a97d37ad311b4a40cc21f0f3d645a9dc59b447207" "hash": "4d5167b22c01fc8b0f852189f73e9d54a0e1bf1180aa9cef26de72c6bbda8685"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.31.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.32.0/task_windows_386.zip",
"hash": "325ad147252446fd254cf2bdd057a7d3689bee98cf73acea7d22706f08986282" "hash": "2bc855397022dc3c7c6776ab7b60574f1443063931029810714c35c2a73b8d9d"
} }
}, },
"bin": "task.exe", "bin": "task.exe",