mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-04 16:24:40 +00:00
24 lines
763 B
JSON
24 lines
763 B
JSON
{
|
|
"version": "2.0.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/2.0.1/fedify-cli-2.0.1-windows-x86_64.zip",
|
|
"hash": "60783e0d76b9d2bfd9eef0ef18c98bcf108e009393c2b493849eb06a8f62efd3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|