From 9c6d6b34604fa9cc66d3e0e1216dba826b53879e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 13 Feb 2016 02:25:19 +0100 Subject: [PATCH] gnuradio: use secure urls * homepage gets redirected to clear text Closes Homebrew/homebrew#49131. Signed-off-by: Dominyk Tiller --- Formula/gnuradio.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gnuradio.rb b/Formula/gnuradio.rb index 00000fe7598..86366a93411 100644 --- a/Formula/gnuradio.rb +++ b/Formula/gnuradio.rb @@ -1,7 +1,7 @@ class Gnuradio < Formula desc "SDK providing the signal processing runtime and processing blocks" - homepage "http://gnuradio.squarespace.com/" - url "http://gnuradio.org/releases/gnuradio/gnuradio-3.7.9.1.tar.gz" + homepage "https://gnuradio.squarespace.com/" + url "https://gnuradio.org/releases/gnuradio/gnuradio-3.7.9.1.tar.gz" sha256 "9c06f0f1ec14113203e0486fd526dd46ecef216dfe42f12d78d9b781b1ef967e" bottle do