Skip to content

Commit 8a655ed

Browse files
authored
fix: correct dead e2fsprogs-1.47.4 source URL (#10628)
https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.47.4/e2fsprogs-1.47.4.tar.gz is a dead link so we point to the source code on GitHub at https://github.com/tytso/e2fsprogs/releases/tag/v1.47.4.
1 parent 6003f2f commit 8a655ed

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,9 +754,10 @@ http_archive(
754754
# reproducibility. See the patch for details.
755755
patch_strip = 1,
756756
patches = ["//bazel:e2fsprogs_no_external_config.patch"],
757-
sha256 = "da274408bebbfd13a5a2fc3cfc66e3ffff17c48534673aa67f88d49b99123b96",
757+
sha256 = "9f82eaa7002673291629077b80ee005cadfcd49854907a22007fed70b0ef596e",
758758
strip_prefix = "e2fsprogs-1.47.4",
759-
urls = ["https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.47.4/e2fsprogs-1.47.4.tar.gz"],
759+
type = "tar.gz",
760+
urls = ["https://codeload.github.com/tytso/e2fsprogs/tar.gz/refs/tags/v1.47.4"],
760761
)
761762

762763
http_archive(

0 commit comments

Comments
 (0)