From b5e1e061001f743afa233283097ef9b5b6c51c4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 04:25:51 +0000 Subject: [PATCH] task: Update to version 3.25.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index b74eea8ed7..b6fef3d661 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.24.0", + "version": "3.25.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.24.0/task_windows_amd64.zip", - "hash": "99f7ab584b48ea9c8d77a86d22aca4b7abdb3ea5db2351376fb4e6d6d9740040" + "url": "https://github.com/go-task/task/releases/download/v3.25.0/task_windows_amd64.zip", + "hash": "67d281e37e7b7e677e6eef03ce5a2742ce6e33cad544921f293639f77cf80306" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.24.0/task_windows_386.zip", - "hash": "de0c350649bf0fb52fe6fdf818f68cc832add323ee2a8ebbb70892464a0179ba" + "url": "https://github.com/go-task/task/releases/download/v3.25.0/task_windows_386.zip", + "hash": "871cc04e81b9323e39a47c89ef2b8c4fed98eb398dc5a6d3b41d4e081fe804da" } }, "bin": "task.exe",