From e753e4f6abeec43e28e66961a9faf8d1974fd10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hong=20Minhee=20=28=E6=B4=AA=20=E6=B0=91=E6=86=99=29?= Date: Fri, 14 Feb 2025 21:50:10 +0900 Subject: [PATCH] fedify: Add version 1.4.1 (#6371) --- bucket/fedify.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/fedify.json 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" + } + } + } +}