From b1dd58178102c4e6a4f74bff8bd0d5d71a072e72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 00:35:39 +0000 Subject: [PATCH] task: Update to version 3.13.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index cd6c427ab6..a93f2d7dc7 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.12.1", + "version": "3.13.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.12.1/task_windows_amd64.zip", - "hash": "bcb0230c892728036adf955aa9899c9675863d4a52dff3ed9d397ef1bef4a5bf" + "url": "https://github.com/go-task/task/releases/download/v3.13.0/task_windows_amd64.zip", + "hash": "f718f328e108d62c514d66aaafebff566b63e2fc99443d3f9ffbc08e876dce5c" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.12.1/task_windows_386.zip", - "hash": "1e0f77ed789ead121417821861dea67c5b38d8677244104eaef5a662af1d918c" + "url": "https://github.com/go-task/task/releases/download/v3.13.0/task_windows_386.zip", + "hash": "256ef6b3ce9450fad0e5e53fda32c9e743c0d2bc2665195bbf88a968a57fac83" } }, "bin": "task.exe",