task: Update to version 3.21.0

This commit is contained in:
github-actions[bot] 2023-02-23 04:29:10 +00:00
parent 7b21ae68e9
commit 8c27f04a51

View File

@ -1,16 +1,16 @@
{ {
"version": "3.20.0", "version": "3.21.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.20.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.21.0/task_windows_amd64.zip",
"hash": "e9b095457606b149a133b634faf7b241315166bbb6095a78bd1ec51bcff4a0b2" "hash": "8abe73c80e28688873e687ede743b8b82f875e78b42ea1a9a38477ab1d2839c0"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.20.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.21.0/task_windows_386.zip",
"hash": "ad30bf5cc48ad78cd6e9c0a80b602b03c228ef49f636cc9f74a4018c8674205a" "hash": "f7d3c0338451a84576efcdbe1791dd1c3aef61db62e8dfc06fc9f60bd78c2000"
} }
}, },
"bin": "task.exe", "bin": "task.exe",