sijie closed pull request #1647: [website] 4.7.2 only has sha512 file not sha1
file
URL: https://github.com/apache/bookkeeper/pull/1647
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/site/releases.md b/site/releases.md
index d8233c6afd..7d68af921f 100644
--- a/site/releases.md
+++ b/site/releases.md
@@ -24,8 +24,8 @@ If you want to download older, archived releases, they are
available in the [Apa
Release | Link | Crypto files
:-------|:-----|:------------
-Source | [bookkeeper-{{ site.latest_release }}-src.tar.gz]({{
latest_source_url }}) | [asc]({{ latest_source_dist_url }}.asc), [sha1]({{
latest_source_dist_url }}.sha1)
-Binary | [bookkeeper-server-{{ site.latest_release }}-bin.tar.gz]({{
latest_bin_url }}) | [asc]({{ latest_bin_dist_url }}.asc), [sha1]({{
latest_bin_dist_url }}.sha1)
+Source | [bookkeeper-{{ site.latest_release }}-src.tar.gz]({{
latest_source_url }}) | [asc]({{ latest_source_dist_url }}.asc), [sha512]({{
latest_source_dist_url }}.sha512)
+Binary | [bookkeeper-server-{{ site.latest_release }}-bin.tar.gz]({{
latest_bin_url }}) | [asc]({{ latest_bin_dist_url }}.asc), [sha512]({{
latest_bin_dist_url }}.sha512)
## Latest stable release (version {{ site.stable_release }})
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services