task: Update to version 3.28.0

This commit is contained in:
github-actions[bot] 2023-07-25 04:26:33 +00:00
parent b03a220021
commit a2e65c2184

View File

@ -1,16 +1,16 @@
{ {
"version": "3.27.1", "version": "3.28.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.27.1/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.28.0/task_windows_amd64.zip",
"hash": "dcb83450d3ffd7ba9d3855f8f99cc17c4804a39564be2db2d1f9ad4010a790ff" "hash": "d46e1f3a8ce6951e2d7978c5094661b3f1473cba291bcc2fa53a7af224c403a8"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.27.1/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.28.0/task_windows_386.zip",
"hash": "4b76d7d6efef43b1ca4aebaf595972fc9dfce2503d908b2c8d6262f1c144b310" "hash": "a7fd49978db94496b19141519b5f457aeeda0b92be2ec7e61aeba13cda8461c7"
} }
}, },
"bin": "task.exe", "bin": "task.exe",