aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Michael Zhou <zhoumotongxue008@gmail.com>2016-02-16 01:03:51 -0500
committerGravatar Michael Zhou <zhoumotongxue008@gmail.com>2016-02-16 01:05:14 -0500
commitaf1d67f5c7239721eb813e8d2857d4c3507687c8 (patch)
treec76db9a1510e431daf84fcfd5fc606c5b4067ee4 /tools
parenta4ba24e286b7e9a7a09e333d8eb64a8cf7e81895 (diff)
Update dependencies in closure_repositories.bzl
Update Closure Compiler to v20160208 Update Closure Library to v20160208 Update Closure Stylesheets to 1.1.0
Diffstat (limited to 'tools')
-rw-r--r--tools/build_rules/closure/closure_repositories.bzl14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/build_rules/closure/closure_repositories.bzl b/tools/build_rules/closure/closure_repositories.bzl
index 29ab5f1a53..56c12996dd 100644
--- a/tools/build_rules/closure/closure_repositories.bzl
+++ b/tools/build_rules/closure/closure_repositories.bzl
@@ -79,21 +79,21 @@ def closure_repositories():
native.new_http_archive(
name = "closure_compiler",
build_file_content = CLOSURE_COMPILER_BUILD_FILE,
- sha256 = "e4e0cb49ad21ec26dd47693bdbd48f67aefe2d94fe8d9239312d2bcc74986538",
- url = "http://dl.google.com/closure-compiler/compiler-20150729.zip",
+ sha256 = "215ba5df026e5d92bda6634463a9c634d38a1aa4b6dab336da5c52e884cbde95",
+ url = "https://dl.google.com/closure-compiler/compiler-latest.zip",
)
- native.new_git_repository(
+ native.new_http_archive(
name = "closure_library",
build_file_content = CLOSURE_LIBRARY_BUILD_FILE,
- commit = "748b32441093c1474db2e0b3d074250e0bc47778",
- remote = "https://github.com/google/closure-library.git",
+ sha256 = "8f610300e4930190137505a574a54d12346426f2a7b4f179026e41674e452a86",
+ url = "https://github.com/google/closure-library/archive/20160208.zip",
)
native.http_jar(
name = "closure_stylesheets",
- sha256 = "8b2ae8ec3733171ec0c2e6536566df0b3c6da3e59b4784993bc9e73125d29c82",
- url = "https://closure-stylesheets.googlecode.com/files/closure-stylesheets-20111230.jar",
+ sha256 = "5308cb46f7677b9995237ade57770d27592aff69359d29be571220a2bf10e724",
+ url = "https://github.com/google/closure-stylesheets/releases/download/v1.1.0/closure-stylesheets.jar",
)
native.new_http_archive(