scipy 0.19.0
use https for the homepage Closes #10810. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
f6bb5e12ce
commit
1f4dc9dd94
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Scipy < Formula
|
class Scipy < Formula
|
||||||
desc "Software for mathematics, science, and engineering"
|
desc "Software for mathematics, science, and engineering"
|
||||||
homepage "http://www.scipy.org"
|
homepage "https://www.scipy.org"
|
||||||
url "https://github.com/scipy/scipy/releases/download/v0.18.1/scipy-0.18.1.tar.xz"
|
url "https://github.com/scipy/scipy/releases/download/v0.19.0/scipy-0.19.0.tar.xz"
|
||||||
sha256 "406d4e2dec5e46ad9f2ab08620174d064d3b5aab987591d1acd77eda846bd95e"
|
sha256 "ed52232afb2b321a4978e39040d94bf81af90176ba64f58c4499dc305a024437"
|
||||||
head "https://github.com/scipy/scipy.git"
|
head "https://github.com/scipy/scipy.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue