From 6b39eef4abdd5e211d52ba438b528798d02d3e34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 00:40:21 +0000 Subject: [PATCH] task: Update to version 3.17.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index b4efc6325b..52899b601f 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.16.0", + "version": "3.17.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.16.0/task_windows_amd64.zip", - "hash": "530b1f35d902aca4c4fe670c07d83ff75c7a773d52d8b2ad2007bdd47b70dfa5" + "url": "https://github.com/go-task/task/releases/download/v3.17.0/task_windows_amd64.zip", + "hash": "7a86d43544e480087fd297a4b15293c06d49b767a69ea182713590942b559946" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.16.0/task_windows_386.zip", - "hash": "3325d72614598a9d8fe2544f58e3b8a9e1999cd6bf423f2b741b514f0d0367a0" + "url": "https://github.com/go-task/task/releases/download/v3.17.0/task_windows_386.zip", + "hash": "a4b6ac75d8ca909ce46c58dd7076728d186ec9615c07c4842a4eaef4d07bd680" } }, "bin": "task.exe",