http-server 0.12.1
Closes #48796. Signed-off-by: Alexander Bayandin <a.bayandin@gmail.com>
This commit is contained in:
parent
c23b205741
commit
6c079dff6f
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/node"
|
||||||
class HttpServer < Formula
|
class HttpServer < Formula
|
||||||
desc "Simple zero-configuration command-line HTTP server"
|
desc "Simple zero-configuration command-line HTTP server"
|
||||||
homepage "https://github.com/indexzero/http-server"
|
homepage "https://github.com/indexzero/http-server"
|
||||||
url "https://registry.npmjs.org/http-server/-/http-server-0.11.1.tgz"
|
url "https://registry.npmjs.org/http-server/-/http-server-0.12.1.tgz"
|
||||||
sha256 "4154aba3e09f21595e26fdd174d9773e22755c0009f661bed54b8647fc987d95"
|
sha256 "9d8ef9f4bd6fb76f4399e3fe725ab06a6a683bb82ec5799d6521fdcaa2c0def0"
|
||||||
head "https://github.com/indexzero/http-server.git"
|
head "https://github.com/indexzero/http-server.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue