Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Save manifest and digest, allow specifying platform when dowmloading,…
Browse files Browse the repository at this point in the history
… update httplib2 dep.
  • Loading branch information
KaylaNguyen committed Nov 13, 2018
1 parent 7681375 commit 85edd13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions def.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
def repositories():
native.new_http_archive(
name = "httplib2",
url = "https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3",
sha256 = "d1bee28a68cc665c451c83d315e3afdbeb5391f08971dcc91e060d5ba16986f1",
strip_prefix = "httplib2-0.10.3/python2/httplib2/",
url = "https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3",
sha256 = "d9f568c183d1230f271e9c60bd99f3f2b67637c3478c9068fea29f7cca3d911f",
strip_prefix = "httplib2-0.11.3/python2/httplib2/",
type = "tar.gz",
build_file_content = """
py_library(
Expand Down

0 comments on commit 85edd13

Please sign in to comment.