task: Update to version 3.24.0

This commit is contained in:
github-actions[bot] 2023-04-16 00:33:20 +00:00
parent 1c5d23de80
commit 3946ad499a

View File

@ -1,16 +1,16 @@
{ {
"version": "3.23.0", "version": "3.24.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.23.0/task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.24.0/task_windows_amd64.zip",
"hash": "0862bdfab008549e9533e40bb460d2495ceeb8095ff8eea5a4e9a584253e67f7" "hash": "99f7ab584b48ea9c8d77a86d22aca4b7abdb3ea5db2351376fb4e6d6d9740040"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.23.0/task_windows_386.zip", "url": "https://github.com/go-task/task/releases/download/v3.24.0/task_windows_386.zip",
"hash": "3605173cd30556e3f82ddfe60c3ea946716050b52eb531ad91a27a255f4b7f4c" "hash": "de0c350649bf0fb52fe6fdf818f68cc832add323ee2a8ebbb70892464a0179ba"
} }
}, },
"bin": "task.exe", "bin": "task.exe",