task: Update to version 3.33.0

This commit is contained in:
github-actions[bot] 2023-12-21 04:26:14 +00:00
parent f001755324
commit 1eff7ce96a

View File

@ -1,16 +1,16 @@
{ {
"version": "3.32.0", "version": "3.33.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.32.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.33.0/task_windows_amd64.zip",
"hash": "4d5167b22c01fc8b0f852189f73e9d54a0e1bf1180aa9cef26de72c6bbda8685" "hash": "e57c3e76204caa8a652127291eb765a356b5454741ec1723845cb8e75b1c3c58"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.32.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.33.0/task_windows_386.zip",
"hash": "2bc855397022dc3c7c6776ab7b60574f1443063931029810714c35c2a73b8d9d" "hash": "4a7cb2fb9148d0c0866bdbaed05dcd864277b0f7d54612a2d52e7ffabb4bf819"
} }
}, },
"bin": "task.exe", "bin": "task.exe",