task: Update to version 3.27.1

This commit is contained in:
github-actions[bot] 2023-06-30 16:28:18 +00:00
parent 5f979b3389
commit ff27f3a557

View File

@ -1,16 +1,16 @@
{ {
"version": "3.27.0", "version": "3.27.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.27.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.27.1/task_windows_amd64.zip",
"hash": "4beb01bbe0453fb3167a549b72c4fe3f8be09ca661a7d16a51241f8518324b33" "hash": "dcb83450d3ffd7ba9d3855f8f99cc17c4804a39564be2db2d1f9ad4010a790ff"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.27.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.27.1/task_windows_386.zip",
"hash": "08b5309ed5994bbcd53ae2ecb3139f95e4df77c8a6ec5e044749b99afb5bdfc6" "hash": "4b76d7d6efef43b1ca4aebaf595972fc9dfce2503d908b2c8d6262f1c144b310"
} }
}, },
"bin": "task.exe", "bin": "task.exe",