task: Update to version 3.14.1

This commit is contained in:
github-actions[bot] 2022-08-04 04:33:02 +00:00
parent d1378c5caa
commit 331a09e25d

View File

@ -1,16 +1,16 @@
{ {
"version": "3.14.0", "version": "3.14.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.14.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.14.1/task_windows_amd64.zip",
"hash": "f100f1c089e22e4d857eed52113ae54e94bc318d6b9e8e891b7a99468b944436" "hash": "f77c21499083e455e55cdf785ef87706a7172599f559bf215d17bf5ff87799a0"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.14.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.14.1/task_windows_386.zip",
"hash": "4c6fc9cbda6aa3765a23899575d18733a9de811c04e792cf764263625ba5013f" "hash": "222042ac3b50a38961d09dd5baadc72c6afd28d1786991e93b0e84cbfa37af7f"
} }
}, },
"bin": "task.exe", "bin": "task.exe",