Skip to content

Commit

Permalink
Update io_bazel_rules_appengine to fix https issue (bazelbuild#145)
Browse files Browse the repository at this point in the history
* Update io_bazel_rules_appengine to fix https issue

Update `@io_bazel_rules_appengine` to use https
for Mavel URLs.

See bazelbuild#144

Fixes bazelbuild#144
  • Loading branch information
laszlocsomor authored Jan 23, 2020
1 parent 84f2980 commit 5357ceb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tutorial/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ apple_support_dependencies()

http_archive(
name = "io_bazel_rules_appengine",
sha256 = "a7683a79e2001fef2aef7f2ade5bdc1c99af30cea9445cbbf67ddf8959b8a879",
strip_prefix = "rules_appengine-69621ad36dcb8b8e07379eda5e7d22a83364b205",
url = "https://github.com/bazelbuild/rules_appengine/archive/69621ad36dcb8b8e07379eda5e7d22a83364b205.tar.gz",
# TODO: update to a release version that contains 339f6aba67fcedb7268cf54d1163cf7704a277ca.
# This commit fixes the Maven artifact URLs to use "https" instead of "http".
# We don't specify sha256, because the sha256 of GitHub-served non-release archives isn't
# stable.
urls = ["https://github.com/bazelbuild/rules_appengine/archive/339f6aba67fcedb7268cf54d1163cf7704a277ca.tar.gz"],
strip_prefix = "rules_appengine-339f6aba67fcedb7268cf54d1163cf7704a277ca",
)

load(
Expand Down

0 comments on commit 5357ceb

Please sign in to comment.