2022-09-04 00:33:23 +00:00

34 lines
1.1 KiB
JSON

{
"version": "3.15.0",
"description": "A task runner / simpler Make alternative written in Go",
"homepage": "https://taskfile.dev/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/go-task/task/releases/download/v3.15.0/task_windows_amd64.zip",
"hash": "824d354bd733ff81d97c8e4cc439801306472cf39a4c598eba9e9deed6f587b9"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.15.0/task_windows_386.zip",
"hash": "10543e61edbfede3539748dbd54d255a863b6a8eea58bab974b3bdcb54f79df1"
}
},
"bin": "task.exe",
"checkver": {
"github": "https://github.com/go-task/task"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/go-task/task/releases/download/v$version/task_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v$version/task_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/task_checksums.txt"
}
}
}