This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 1db41ac [WEBSITE] 4.7.2 only has sha512 file not sha1 file
1db41ac is described below
commit 1db41acf1503e38694dba60adb478b2bfb4d41f9
Author: Sijie Guo <[email protected]>
AuthorDate: Tue Sep 4 14:54:05 2018 -0700
[WEBSITE] 4.7.2 only has sha512 file not sha1 file
Descriptions of the changes in this PR:
*Motivation*
Since 4.7.2 bookkeeper releases only provide sha512 file, not sha1 file.
Author: Sijie Guo <[email protected]>
Reviewers: Matteo Merli <[email protected]>
This closes #1647 from sijie/update_website_472
---
site/releases.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/releases.md b/site/releases.md
index d8233c6..7d68af9 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 }})