fedify: Add version 1.4.1 (#6371)

This commit is contained in:
Hong Minhee (洪 民憙) 2025-02-14 21:50:10 +09:00 committed by GitHub
parent 722be4dfb0
commit e753e4f6ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

23
bucket/fedify.json Normal file
View File

@ -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"
}
}
}
}