task: Update to version 3.42.0

This commit is contained in:
github-actions[bot] 2025-03-09 04:27:01 +00:00
parent 69a85920dd
commit 95a24eedd0

View File

@ -1,16 +1,16 @@
{ {
"version": "3.41.0", "version": "3.42.0",
"description": "A task runner / simpler Make alternative written in Go", "description": "A task runner / simpler Make alternative written in Go",
"homepage": "https://taskfile.dev/", "homepage": "https://taskfile.dev/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/go-task/task/releases/download/v3.41.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.42.0/task_windows_amd64.zip",
"hash": "0847915b3b51dbd296a510873fb9b62050ddddb818f6346840f3e1b4ce37d448" "hash": "669ee2c97af66aec4577bedf1b9f7a8cd3aeb083164d1eb5cc2b46872e360c92"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.41.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.42.0/task_windows_386.zip",
"hash": "89631e5e30a8a59f891f53d6f377dbe012ad82865d2a7e3f7990b5ca85da151d" "hash": "f43afb2d15c2134a3a1907b3e30568c3ea53ccec255963f4c1540b7612d14d23"
} }
}, },
"bin": "task.exe", "bin": "task.exe",