go-task: Update to version 3.9.2

This commit is contained in:
Richard Kuhnt 2021-12-03 18:02:00 +00:00
parent 1ad5bce471
commit 4ab670bb35

View File

@ -1,16 +1,16 @@
{ {
"version": "3.9.0", "version": "3.9.2",
"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.9.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.9.2/task_windows_amd64.zip",
"hash": "8a9ed4c33c94d014c09ac3cf214ed2687f00f4a9bcfa570b603f36f755fe97af" "hash": "dc047e757119410dc3c5f471c06a124d8bbddb7ca846a7b6e0c86f8b37e0fdd2"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.9.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.9.2/task_windows_386.zip",
"hash": "aad0c5b65b02e3df19035ad5eba4570b5d495c8acf2bd101e9c078fff9ae53c7" "hash": "aa79544779b4c68735ecd537ac5d6b2615ce344000d48eba1963d9cdd12f89ca"
} }
}, },
"bin": "task.exe", "bin": "task.exe",