From 27cc8b58c34b315bb31a5320085f93a9021abadd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Sep 2022 00:33:23 +0000 Subject: [PATCH] task: Update to version 3.15.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 258e678289..cce418c138 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.14.1", + "version": "3.15.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.14.1/task_windows_amd64.zip", - "hash": "f77c21499083e455e55cdf785ef87706a7172599f559bf215d17bf5ff87799a0" + "url": "https://github.com/go-task/task/releases/download/v3.15.0/task_windows_amd64.zip", + "hash": "824d354bd733ff81d97c8e4cc439801306472cf39a4c598eba9e9deed6f587b9" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.14.1/task_windows_386.zip", - "hash": "222042ac3b50a38961d09dd5baadc72c6afd28d1786991e93b0e84cbfa37af7f" + "url": "https://github.com/go-task/task/releases/download/v3.15.0/task_windows_386.zip", + "hash": "10543e61edbfede3539748dbd54d255a863b6a8eea58bab974b3bdcb54f79df1" } }, "bin": "task.exe",