From bf123753ad258c2740d3eeda26eb3fbd21b99b7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 04:26:21 +0000 Subject: [PATCH] task: Update to version 3.32.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index d9c018076c..6c14d19420 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.31.0", + "version": "3.32.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.31.0/task_windows_amd64.zip", - "hash": "5e16ed6aea733babdab5ea9a97d37ad311b4a40cc21f0f3d645a9dc59b447207" + "url": "https://github.com/go-task/task/releases/download/v3.32.0/task_windows_amd64.zip", + "hash": "4d5167b22c01fc8b0f852189f73e9d54a0e1bf1180aa9cef26de72c6bbda8685" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.31.0/task_windows_386.zip", - "hash": "325ad147252446fd254cf2bdd057a7d3689bee98cf73acea7d22706f08986282" + "url": "https://github.com/go-task/task/releases/download/v3.32.0/task_windows_386.zip", + "hash": "2bc855397022dc3c7c6776ab7b60574f1443063931029810714c35c2a73b8d9d" } }, "bin": "task.exe",