From 6acc1e3434618b8ffb6c2f08a6d97cc2884df798 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 00:33:13 +0000 Subject: [PATCH] task: Update to version 3.20.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 1cc71c5c55..eeccf59ff3 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.19.1", + "version": "3.20.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.19.1/task_windows_amd64.zip", - "hash": "fc2903603c566b991ad5cbb8f90a1b4d9546c78eb57a5ce7aae7ebb1da484ad2" + "url": "https://github.com/go-task/task/releases/download/v3.20.0/task_windows_amd64.zip", + "hash": "e9b095457606b149a133b634faf7b241315166bbb6095a78bd1ec51bcff4a0b2" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.19.1/task_windows_386.zip", - "hash": "c9d32aea1242ef69410a613786af4164c5a019eb0db48130a9ad5e3fe1bf3fdc" + "url": "https://github.com/go-task/task/releases/download/v3.20.0/task_windows_386.zip", + "hash": "ad30bf5cc48ad78cd6e9c0a80b602b03c228ef49f636cc9f74a4018c8674205a" } }, "bin": "task.exe",