mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* algernon: Update to version 1.13.0, fix autoupdate * algernon: Move extract_dir into architecture
26 lines
986 B
JSON
26 lines
986 B
JSON
{
|
|
"version": "1.13.0",
|
|
"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.13.0/algernon-1.13.0-windows_x86_64_static.zip",
|
|
"hash": "4919f60d879b2707d6773954c53eeb8ad1ade49cd67a1eedf63d2692a8bcdcfd",
|
|
"extract_dir": "algernon-1.13.0-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"
|
|
}
|
|
}
|
|
}
|
|
}
|