algernon 1.3
Now supports streaming large files (HTTP RANGE) Closes #7257. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
10998a2b23
commit
cc3ed000d8
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
class Algernon < Formula
|
||||
desc "HTTP/2 web server with built-in support for Lua and templates"
|
||||
homepage "http://algernon.roboticoverlords.org/"
|
||||
url "https://github.com/xyproto/algernon/archive/1.2.1.tar.gz"
|
||||
url "https://github.com/xyproto/algernon/archive/1.3.tar.gz"
|
||||
sha256 "46577afcd255f9c4f193f2408c418e0ca5a66db9c9b4e553058fd4bef28631c1"
|
||||
sha256 "a5a5976ce75c58b0a1ec10ee8185457fa590bc4e7473f061053bba85474208cc"
|
||||
version_scheme 1
|
||||
head "https://github.com/xyproto/algernon.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue