ScoopInstaller_Main/bucket/algernon.json
2023-12-06 12:30:19 +00:00

26 lines
986 B
JSON

{
"version": "1.15.5",
"description": "Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support",
"homepage": "https://algernon.roboticoverlords.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/xyproto/algernon/releases/download/v1.15.5/algernon-1.15.5-windows_x86_64_static.zip",
"hash": "33799b3ef1dc34ddd62c1e489da6b29a2c8700c8c4c40286fa2ff53409973297",
"extract_dir": "algernon-1.15.5-windows_x86_64_static"
}
},
"bin": "algernon.exe",
"checkver": {
"github": "https://github.com/xyproto/algernon"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xyproto/algernon/releases/download/v$version/algernon-$version-windows_x86_64_static.zip",
"extract_dir": "algernon-$version-windows_x86_64_static"
}
}
}
}