Skip to content

Commit

Permalink
Revert serving h2o from our s3 since github incident is over
Browse files Browse the repository at this point in the history
This reverts commit 3779c75.
  • Loading branch information
pkova committed Sep 5, 2023
1 parent fd96138 commit 0bc0dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ versioned_http_archive(
patches = ["//bazel/third_party/h2o:{version}.patch"],
sha256 = "f8cbc1b530d85ff098f6efc2c3fdbc5e29baffb30614caac59d5c710f7bda201",
strip_prefix = "h2o-{version}",
url = "https://urbit-foundation.s3.us-east-2.amazonaws.com/h2o-{version}.tar.gz",
url = "https://github.com/h2o/h2o/archive/refs/tags/v{version}.tar.gz",
# When bumping the version, compare `CMakeLists.txt` in the `h2o` repo to
# {build_file} and confirm that {build_file} remains an accurate description
# of the h2o build process.
Expand Down

0 comments on commit 0bc0dad

Please sign in to comment.