diff --git a/bucket/task.json b/bucket/task.json index b5b7609544..12f3ea4221 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.47.0", + "version": "3.48.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.47.0/task_windows_amd64.zip", - "hash": "57b10b31580fefb83170f05127142351f088fd86278bfe626683c3aa00678859" + "url": "https://github.com/go-task/task/releases/download/v3.48.0/task_windows_amd64.zip", + "hash": "d6dd072d8b1c8131626cacd96af5edbc54470c437f747ec87f3fab32a15b3c74" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.47.0/task_windows_386.zip", - "hash": "071b769f36b655ad32b19415f4ea57069ee9d29a574bd8f8fb951b1b554a67e1" + "url": "https://github.com/go-task/task/releases/download/v3.48.0/task_windows_386.zip", + "hash": "830237d4770548bfef21e8b572643448e5b4a39272c4dc696d6c07b9b02f8965" } }, "bin": "task.exe",