From acc163962831f74ec87c7517069c5c1cfe15dfe5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 04:26:08 +0000 Subject: [PATCH] task: Update to version 3.30.1 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index a3d3ec0b63..1b79148d94 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.30.0", + "version": "3.30.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.30.0/task_windows_amd64.zip", - "hash": "fc695a8a6949d2aea5d3d401b179bf78f789eab9f86af609243c1778f1f14933" + "url": "https://github.com/go-task/task/releases/download/v3.30.1/task_windows_amd64.zip", + "hash": "14ba0d808dcd575d97827017909aef3456f0a8eef58d7df96b42bf414d9fb127" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.30.0/task_windows_386.zip", - "hash": "22a2c9810d2d4687a887cea2b6f2c01ab0fb0b10f7424712afadf67e0f5a2edb" + "url": "https://github.com/go-task/task/releases/download/v3.30.1/task_windows_386.zip", + "hash": "8a384dfcc382a84c53526e5ca9ef10d1a923db208986b6673bee5984011806df" } }, "bin": "task.exe",