diff options
| author | Viktor Szakats | 2015-04-25 13:42:01 +0200 | 
|---|---|---|
| committer | Brett Koonce | 2015-04-25 09:34:39 -0700 | 
| commit | 5e8e1892c5e96bf0a91b3c22f79f08077ad1dbc5 (patch) | |
| tree | 5bbd7ec975d777cb06540faba2e08f67a8f00bf5 /Library/Formula | |
| parent | 69a4617c2ccf9cddb65a5e68c523a9f79f4474ea (diff) | |
| download | homebrew-5e8e1892c5e96bf0a91b3c22f79f08077ad1dbc5.tar.bz2 | |
pdnsrec: https url
Closes #39046.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pdnsrec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/pdnsrec.rb b/Library/Formula/pdnsrec.rb index 3bbbc23b6..80e5bb83a 100644 --- a/Library/Formula/pdnsrec.rb +++ b/Library/Formula/pdnsrec.rb @@ -2,7 +2,7 @@ require "formula"  class Pdnsrec < Formula    homepage "http://wiki.powerdns.com" -  url "http://downloads.powerdns.com/releases/pdns-recursor-3.7.2.tar.bz2" +  url "https://downloads.powerdns.com/releases/pdns-recursor-3.7.2.tar.bz2"    sha256 "1366bc1bed7c96fbd3926cf7a9e6d365c53b8a99182642debe1b2863dd015a7e"    bottle do | 
