From 90d6e38d23d5aee842da75751cec9dec40578615 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 04:29:18 +0000 Subject: [PATCH] task: Update to version 3.39.1 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 8e6ebaa8fa..4a7f49cba1 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.39.0", + "version": "3.39.1", "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.0/task_windows_amd64.zip", - "hash": "40daad21c17d8fb7c90fcf99f787f2db5c08ae4aeaf0be1c0177fd77fc3296a1" + "url": "https://github.com/go-task/task/releases/download/v3.39.1/task_windows_amd64.zip", + "hash": "473b72a27dd57b2e51b5e74c2a70fe568774a1d8f2f23f4ec45cd67b8121636c" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.39.0/task_windows_386.zip", - "hash": "93373630a40ebe8f3c05b36486538836b8a298221106bedddab0b881834d1b5a" + "url": "https://github.com/go-task/task/releases/download/v3.39.1/task_windows_386.zip", + "hash": "1588ed9960a856972b985b7da01e6c027dd3e53e1d7536731180679f54ff3687" } }, "bin": "task.exe",