From 331a09e25deddd6eed343fe735bbc19b12c2263a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 04:33:02 +0000 Subject: [PATCH] task: Update to version 3.14.1 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 0f65a2bd72..258e678289 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.14.0", + "version": "3.14.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.14.0/task_windows_amd64.zip", - "hash": "f100f1c089e22e4d857eed52113ae54e94bc318d6b9e8e891b7a99468b944436" + "url": "https://github.com/go-task/task/releases/download/v3.14.1/task_windows_amd64.zip", + "hash": "f77c21499083e455e55cdf785ef87706a7172599f559bf215d17bf5ff87799a0" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.14.0/task_windows_386.zip", - "hash": "4c6fc9cbda6aa3765a23899575d18733a9de811c04e792cf764263625ba5013f" + "url": "https://github.com/go-task/task/releases/download/v3.14.1/task_windows_386.zip", + "hash": "222042ac3b50a38961d09dd5baadc72c6afd28d1786991e93b0e84cbfa37af7f" } }, "bin": "task.exe",