spawn-fcgi: use secure url
Closes Homebrew/homebrew#49610. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
b9b2cf2bc9
commit
1b6effdb25
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class SpawnFcgi < Formula
|
||||
desc "Spawn fast-CGI processes"
|
||||
homepage "https://redmine.lighttpd.net/projects/spawn-fcgi"
|
||||
url "http://www.lighttpd.net/download/spawn-fcgi-1.6.4.tar.gz"
|
||||
url "https://www.lighttpd.net/download/spawn-fcgi-1.6.4.tar.gz"
|
||||
sha256 "ab327462cb99894a3699f874425a421d934f957cb24221f00bb888108d9dd09e"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue