diff --git a/bucket/herdr.json b/bucket/herdr.json new file mode 100644 index 0000000000000..4f2ba6f329645 --- /dev/null +++ b/bucket/herdr.json @@ -0,0 +1,28 @@ +{ + "version": "0.8.2", + "description": "agent multiplexer that lives in your terminal.", + "homepage": "https://herdr.dev", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/herdrdev/herdr/releases/download/v0.8.2/herdr-windows-x86_64.zip", + "hash": "0ab3d0fe1434d55757997542b978c771d642987bb15a7130f4160f0db38821d5" + } + }, + "bin": "herdr.exe", + "checkver": { + "url": "https://herdr.dev/latest.json", + "jsonpath": "$.version" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/herdrdev/herdr/releases/download/v$version/herdr-windows-x86_64.zip", + "hash": { + "url": "https://herdr.dev/latest.json", + "jsonpath": "$.releases['$version'].sha256.windows-x86_64" + } + } + } + } +}