From a674c644e78b67e92f5a334541543c4f3643270d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 20:31:49 +0000 Subject: [PATCH] task: Update to version 3.14.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index a93f2d7dc7..0f65a2bd72 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.13.0", + "version": "3.14.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.13.0/task_windows_amd64.zip", - "hash": "f718f328e108d62c514d66aaafebff566b63e2fc99443d3f9ffbc08e876dce5c" + "url": "https://github.com/go-task/task/releases/download/v3.14.0/task_windows_amd64.zip", + "hash": "f100f1c089e22e4d857eed52113ae54e94bc318d6b9e8e891b7a99468b944436" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.13.0/task_windows_386.zip", - "hash": "256ef6b3ce9450fad0e5e53fda32c9e743c0d2bc2665195bbf88a968a57fac83" + "url": "https://github.com/go-task/task/releases/download/v3.14.0/task_windows_386.zip", + "hash": "4c6fc9cbda6aa3765a23899575d18733a9de811c04e792cf764263625ba5013f" } }, "bin": "task.exe",