2026-02-22 12:31:50 +00:00

24 lines
763 B
JSON

{
"version": "2.0.0",
"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/2.0.0/fedify-cli-2.0.0-windows-x86_64.zip",
"hash": "2defd126623f4109f72554f426e022d1b023d2a4149f2a53288145345720e154"
}
},
"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"
}
}
}
}