docfx: Update to version 2.61.0

Fixes autoupdate URL
This commit is contained in:
tech189 2023-02-01 22:13:59 +00:00
parent 8842facd14
commit 99c9a36907

View File

@ -1,15 +1,15 @@
{
"version": "2.59.4",
"version": "2.61.0",
"description": "A documentation generation tool for API reference and Markdown files",
"homepage": "https://dotnet.github.io/docfx/",
"license": "MIT",
"url": "https://github.com/dotnet/docfx/releases/download/v2.59.4/docfx.zip",
"hash": "6de3058630cd89eeee8157d26a81d508a3ce5c0b64b0473c6360bf10a985a52b",
"url": "https://github.com/dotnet/docfx/releases/download/v2.61.0/docfx-win-x64-v2.61.0.zip",
"hash": "7cac87524b97224e7449b0d58e2a08843836d50421b6f78309213ce2a86bdea6",
"bin": "docfx.exe",
"checkver": {
"github": "https://github.com/dotnet/docfx"
},
"autoupdate": {
"url": "https://github.com/dotnet/docfx/releases/download/v$version/docfx.zip"
"url": "https://github.com/dotnet/docfx/releases/download/v$version/docfx-win-x64-v$version.zip"
}
}