task: Update to version 3.29.1

This commit is contained in:
github-actions[bot] 2023-08-27 00:33:11 +00:00
parent 255d7da3b9
commit 4fffebe405

View File

@ -1,16 +1,16 @@
{ {
"version": "3.28.0", "version": "3.29.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.28.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.29.1/task_windows_amd64.zip",
"hash": "d46e1f3a8ce6951e2d7978c5094661b3f1473cba291bcc2fa53a7af224c403a8" "hash": "aaea73a76f50bf9ab49301256e42314101980f249e750082d25f6ed9d16c30c3"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.28.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.29.1/task_windows_386.zip",
"hash": "a7fd49978db94496b19141519b5f457aeeda0b92be2ec7e61aeba13cda8461c7" "hash": "09fb1a0469c5a75a64aa26623171e92a84188dcb3cf4aada3d30390979c64124"
} }
}, },
"bin": "task.exe", "bin": "task.exe",