diff --git a/bucket/go-task.json b/bucket/go-task.json new file mode 100644 index 0000000000..c47a7a69a2 --- /dev/null +++ b/bucket/go-task.json @@ -0,0 +1,33 @@ +{ + "version": "3.9.0", + "description": "A task runner / simpler Make alternative written in Go", + "homepage": "https://taskfile.dev/", + "license": "MIT", + "bin": "task.exe", + "architecture": { + "64bit": { + "url": "https://github.com/go-task/task/releases/download/v3.9.0/task_windows_amd64.zip", + "hash": "8a9ed4c33c94d014c09ac3cf214ed2687f00f4a9bcfa570b603f36f755fe97af" + }, + "32bit": { + "url": "https://github.com/go-task/task/releases/download/v3.9.0/task_windows_386.zip", + "hash": "aad0c5b65b02e3df19035ad5eba4570b5d495c8acf2bd101e9c078fff9ae53c7" + } + }, + "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": "https://github.com/go-task/task/releases/download/v$version/task_checksums.txt" + } + } +}