Navigation Menu

Skip to content

Commit

Permalink
spawn-fcgi: use secure url
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#49610.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
vszakats authored and xu-cheng committed Mar 2, 2016
1 parent b9b2cf2 commit 1b6effd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/spawn-fcgi.rb
@@ -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
Expand Down

0 comments on commit 1b6effd

Please sign in to comment.