task: Update to version 3.39.1

This commit is contained in:
github-actions[bot] 2024-09-19 04:29:18 +00:00
parent 47cd30fb7e
commit 90d6e38d23

View File

@ -1,16 +1,16 @@
{ {
"version": "3.39.0", "version": "3.39.1",
"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.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.39.1/task_windows_amd64.zip",
"hash": "40daad21c17d8fb7c90fcf99f787f2db5c08ae4aeaf0be1c0177fd77fc3296a1" "hash": "473b72a27dd57b2e51b5e74c2a70fe568774a1d8f2f23f4ec45cd67b8121636c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.39.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.39.1/task_windows_386.zip",
"hash": "93373630a40ebe8f3c05b36486538836b8a298221106bedddab0b881834d1b5a" "hash": "1588ed9960a856972b985b7da01e6c027dd3e53e1d7536731180679f54ff3687"
} }
}, },
"bin": "task.exe", "bin": "task.exe",