From e33ccd2251dc038cf517c9c568ecd1bc9aec3841 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 01:56:18 +0000 Subject: [PATCH] task: Update to version 3.19.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index aab34e94af..84dff1be35 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.18.0", + "version": "3.19.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.18.0/task_windows_amd64.zip", - "hash": "583e4c347fe9b7dbbe827dc1080c0adc6728b1bee42704d4ba02a5ccced8a807" + "url": "https://github.com/go-task/task/releases/download/v3.19.0/task_windows_amd64.zip", + "hash": "4dcd99db1e3cf5e58496346cdb9e8073b7346350f806b12e4a1a9f468d6c1a7f" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.18.0/task_windows_386.zip", - "hash": "a6c467ee87650df0ce35e9d3ab65853ba7aabf4b1871cb2eaafaed711dfcbd8b" + "url": "https://github.com/go-task/task/releases/download/v3.19.0/task_windows_386.zip", + "hash": "3aa38db2b1a4c1d4357ef3e679a29f5bf6942d1e8e5685399eee22a89ff475ec" } }, "bin": "task.exe",