diff --git a/bucket/fedify.json b/bucket/fedify.json new file mode 100644 index 0000000000..c030fa67f0 --- /dev/null +++ b/bucket/fedify.json @@ -0,0 +1,23 @@ +{ + "version": "1.4.1", + "description": "CLI toolchain for Fedify and debugging ActivityPub", + "homepage": "https://fedify.dev/cli", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/fedify-dev/fedify/releases/download/1.4.1/fedify-cli-1.4.1-windows-x86_64.zip", + "hash": "01b672dcdee7dfb33fa42a85c048949b84873cd098cb5cef37bad18be82e280a" + } + }, + "bin": "fedify.exe", + "checkver": { + "github": "https://github.com/fedify-dev/fedify" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/fedify-dev/fedify/releases/download/$version/fedify-cli-$version-windows-x86_64.zip" + } + } + } +}