algernon: Disable checkver (#968)

> The Windows and OpenBSD releases does not compile anymore. I want to look into that at some point.
This commit is contained in:
Jakub Čábera 2020-04-03 03:49:22 +02:00 committed by GitHub
parent 7f97d69e13
commit 79b60dcdbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,25 +1,22 @@
{ {
"homepage": "https://algernon.roboticoverlords.org",
"version": "1.12.6", "version": "1.12.6",
"description": "Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support.", "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", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/xyproto/algernon/releases/download/1.12.6/algernon-1.12.6.zip", "url": "https://github.com/xyproto/algernon/releases/download/1.12.6/algernon-1.12.6.zip",
"hash": "7155470e90180af5330c0c825aa8017a932e69e8bd8bf0a6ed4a61a1a6393ed2", "hash": "7155470e90180af5330c0c825aa8017a932e69e8bd8bf0a6ed4a61a1a6393ed2"
"extract_dir": "algernon-1.12.6",
"bin": "algernon.exe"
} }
}, },
"checkver": { "extract_dir": "algernon-1.12.6",
"github": "https://github.com/xyproto/algernon" "bin": "algernon.exe",
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/xyproto/algernon/releases/download/$version/algernon-$version.zip", "url": "https://github.com/xyproto/algernon/releases/download/$version/algernon-$version.zip"
}
},
"extract_dir": "algernon-$version" "extract_dir": "algernon-$version"
} }
}
}
} }