-
Notifications
You must be signed in to change notification settings - Fork 9
/
algernon.json
25 lines (25 loc) · 1011 Bytes
/
algernon.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"version": "1.17.1",
"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.17.1/algernon-1.17.1-windows_x86_64_static.zip",
"hash": "46c8f70c6aed2035ac83d597d05b7b977a5ae01921a0336787c119d6dd728dc2",
"extract_dir": "algernon-1.17.1-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"
}
}
}
}