Skip to content

Commit

Permalink
Fix tclap dependency fetching error (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyessenov authored Feb 2, 2017
1 parent 1d2d6a8 commit 53fd026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/envoy/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ cc_library(

native.new_http_archive(
name = "tclap_tar",
url = "https://sourceforge.net/projects/tclap/files/tclap-1.2.1.tar.gz/download",
url = "https://storage.googleapis.com/istio-build-deps/tclap-1.2.1.tar.gz",
type = "tar.gz",
strip_prefix = "tclap-1.2.1",
build_file_content = BUILD,
Expand Down

0 comments on commit 53fd026

Please sign in to comment.