task: Update to version 3.39.2

This commit is contained in:
github-actions[bot] 2024-09-19 16:30:01 +00:00
parent 58f5a3893e
commit 6a87ff3784

View File

@ -1,16 +1,16 @@
{ {
"version": "3.39.1", "version": "3.39.2",
"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.39.1/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.39.2/task_windows_amd64.zip",
"hash": "473b72a27dd57b2e51b5e74c2a70fe568774a1d8f2f23f4ec45cd67b8121636c" "hash": "011d4561698ee7a7df44eda24702f51b08d00bac0897940273173e05a8575d5b"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.39.1/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.39.2/task_windows_386.zip",
"hash": "1588ed9960a856972b985b7da01e6c027dd3e53e1d7536731180679f54ff3687" "hash": "314807bcaa92baea4fccb85467e6bda2d53eaa01c026f05695e67fc68659f69c"
} }
}, },
"bin": "task.exe", "bin": "task.exe",