From 1eff7ce96ae781a3bc4ad7146572186f08e204da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 04:26:14 +0000 Subject: [PATCH] task: Update to version 3.33.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 6c14d19420..07554d1f4c 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.32.0", + "version": "3.33.0", "description": "A task runner / simpler Make alternative written in Go", "homepage": "https://taskfile.dev/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/go-task/task/releases/download/v3.32.0/task_windows_amd64.zip", - "hash": "4d5167b22c01fc8b0f852189f73e9d54a0e1bf1180aa9cef26de72c6bbda8685" + "url": "https://github.com/go-task/task/releases/download/v3.33.0/task_windows_amd64.zip", + "hash": "e57c3e76204caa8a652127291eb765a356b5454741ec1723845cb8e75b1c3c58" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.32.0/task_windows_386.zip", - "hash": "2bc855397022dc3c7c6776ab7b60574f1443063931029810714c35c2a73b8d9d" + "url": "https://github.com/go-task/task/releases/download/v3.33.0/task_windows_386.zip", + "hash": "4a7cb2fb9148d0c0866bdbaed05dcd864277b0f7d54612a2d52e7ffabb4bf819" } }, "bin": "task.exe",