From 6a87ff3784ace5cc397b4abd7726ebf5eafc4bde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:30:01 +0000 Subject: [PATCH] task: Update to version 3.39.2 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 4a7f49cba1..4ae783b28f 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.39.1", + "version": "3.39.2", "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.39.1/task_windows_amd64.zip", - "hash": "473b72a27dd57b2e51b5e74c2a70fe568774a1d8f2f23f4ec45cd67b8121636c" + "url": "https://github.com/go-task/task/releases/download/v3.39.2/task_windows_amd64.zip", + "hash": "011d4561698ee7a7df44eda24702f51b08d00bac0897940273173e05a8575d5b" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.39.1/task_windows_386.zip", - "hash": "1588ed9960a856972b985b7da01e6c027dd3e53e1d7536731180679f54ff3687" + "url": "https://github.com/go-task/task/releases/download/v3.39.2/task_windows_386.zip", + "hash": "314807bcaa92baea4fccb85467e6bda2d53eaa01c026f05695e67fc68659f69c" } }, "bin": "task.exe",