task: Update to version 3.12.1

This commit is contained in:
github-actions[bot] 2022-05-11 00:38:47 +00:00
parent 18aa4cc95f
commit 8230b4b46e

View File

@ -1,16 +1,16 @@
{ {
"version": "3.11.0", "version": "3.12.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.11.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.12.1/task_windows_amd64.zip",
"hash": "13e7f9db208992172456d755e02c727aae55c65ead2d89c91afd99cae2425ff0" "hash": "bcb0230c892728036adf955aa9899c9675863d4a52dff3ed9d397ef1bef4a5bf"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.11.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.12.1/task_windows_386.zip",
"hash": "92975712fe25bcf9a7ae3c270729f20e8c053204b0621fdfe04b78932beb0e86" "hash": "1e0f77ed789ead121417821861dea67c5b38d8677244104eaef5a662af1d918c"
} }
}, },
"bin": "task.exe", "bin": "task.exe",