tee-clc: use secure url
Closes Homebrew/homebrew#45338. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
9d23395520
commit
7d6c4c3ad7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class TeeClc < Formula
|
||||
desc "Eclipse client for Visual Studio 2010 Team Foundation Server"
|
||||
homepage "https://www.microsoft.com/en-us/download/details.aspx?id=47727"
|
||||
url "http://download.microsoft.com/download/8/F/6/8F68DDC8-4E75-4BEA-951E-C14BFF336E81/TEE-CLC-14.0.1.zip"
|
||||
url "https://download.microsoft.com/download/8/F/6/8F68DDC8-4E75-4BEA-951E-C14BFF336E81/TEE-CLC-14.0.1.zip"
|
||||
sha256 "2b7725901ae1e87427ba13df7c76e1492b37e4da7f6fbcd3b0edf2a723d0e556"
|
||||
|
||||
bottle :unneeded
|
||||
|
|
Loading…
Reference in a new issue