diff --git a/bucket/task.json b/bucket/task.json index cce418c138..eac9160a40 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.15.0", + "version": "3.15.2", "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.15.0/task_windows_amd64.zip", - "hash": "824d354bd733ff81d97c8e4cc439801306472cf39a4c598eba9e9deed6f587b9" + "url": "https://github.com/go-task/task/releases/download/v3.15.2/task_windows_amd64.zip", + "hash": "d8ed9d394a892f043686c57ff81982f22b89722d21c893459ddc41b8b6a62c80" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.15.0/task_windows_386.zip", - "hash": "10543e61edbfede3539748dbd54d255a863b6a8eea58bab974b3bdcb54f79df1" + "url": "https://github.com/go-task/task/releases/download/v3.15.2/task_windows_386.zip", + "hash": "598409fc46e0927d1340c5f3c1b4a45662481890806efcba6ebce59c96138f92" } }, "bin": "task.exe",