We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ad07d commit df99a14Copy full SHA for df99a14
src/Sources.jl
@@ -31,7 +31,7 @@ function check_github_archive(url::String)
31
The archive automatically generated by GitHub
32
$(url)
33
may not have a stable checksum in the future, thus cannot be used as a reliable source, see
34
- <https://github.blog/changelog/2023-01-30-git-archive-checksums-may-change/>.
+ <https://github.blog/2023-02-21-update-on-the-future-stability-of-source-code-archives-and-hashes/>.
35
Use a different source, for example a `GitSource`, or an official release artifact uploaded
36
by the maintainers of the package (*not* the automatic archive produced by GitHub).
37
"""))
0 commit comments