gnuradio: use secure urls

* homepage gets redirected to clear text

Closes Homebrew/homebrew#49131.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
master
Viktor Szakats 2016-02-13 02:25:19 +01:00 committed by Dominyk Tiller
parent bbf074da1c
commit 9c6d6b3460
1 changed files with 2 additions and 2 deletions

View File

@ -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