bazelbuild / stardoc

Stardoc: Starlark Documentation Generator
Apache License 2.0
108 stars 45 forks source link

`mirror.bazel.build` missing stardoc `0.7.0` #246

Closed albertocavalcante closed 3 months ago

albertocavalcante commented 4 months ago

For WORKSPACE projects, the release https://github.com/bazelbuild/stardoc/releases/tag/0.7.0 use this http_archive directive:

http_archive(
    name = "io_bazel_stardoc",
    sha256 = "dd7f32f4fe2537ce2452c51f816a5962d48888a5b07de2c195f3b3da86c545d3",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.7.0/stardoc-0.7.0.tar.gz",
        "https://github.com/bazelbuild/stardoc/releases/download/0.7.0/stardoc-0.7.0.tar.gz",
    ],
)

However https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.7.0/stardoc-0.7.0.tar.gz returns 404.

tetromino commented 3 months ago

Re-mirrored the file, thank you very much for reporting! (I think we must have failed to set the expiration age it.)