From dd255a7919f6eab5b3b8f857b8d06e4aa93957b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 00:33:30 +0000 Subject: [PATCH] task: Update to version 3.19.1 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 84dff1be35..1cc71c5c55 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.19.0", + "version": "3.19.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.19.0/task_windows_amd64.zip", - "hash": "4dcd99db1e3cf5e58496346cdb9e8073b7346350f806b12e4a1a9f468d6c1a7f" + "url": "https://github.com/go-task/task/releases/download/v3.19.1/task_windows_amd64.zip", + "hash": "fc2903603c566b991ad5cbb8f90a1b4d9546c78eb57a5ce7aae7ebb1da484ad2" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.19.0/task_windows_386.zip", - "hash": "3aa38db2b1a4c1d4357ef3e679a29f5bf6942d1e8e5685399eee22a89ff475ec" + "url": "https://github.com/go-task/task/releases/download/v3.19.1/task_windows_386.zip", + "hash": "c9d32aea1242ef69410a613786af4164c5a019eb0db48130a9ad5e3fe1bf3fdc" } }, "bin": "task.exe",