This is an automated email from the ASF dual-hosted git repository. mssun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git
commit 2651d7e3ac4afcbe27991aab7ce11f4e2fc9d149 Author: Mingshen Sun <[email protected]> AuthorDate: Tue Mar 2 11:10:54 2021 -0800 Add 0.2.0 release on the download page --- site/download.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/download.md b/site/download.md index 5ff17eb..392dd2e 100644 --- a/site/download.md +++ b/site/download.md @@ -8,6 +8,7 @@ These source archives are generated from tagged releases. | Version | Release Date | Source Code | PGP | SHA | |---------|--------------|---------------------------|------|---------| +| 0.2.0 | 2021-03-02 | [apache-teaclave-0.2.0-incubating.tar.gz](https://www.apache.org/dyn/closer.cgi/incubator/teaclave/0.2.0/apache-teaclave-0.2.0-incubating.tar.gz) | [.asc](https://www.apache.org/dist/incubator/teaclave/0.2.0/apache-teaclave-0.2.0-incubating.tar.gz.asc) | [.sha512](https://www.apache.org/dist/incubator/teaclave/0.2.0/apache-teaclave-0.2.0-incubating.tar.gz.sha512) | | 0.1.0 | 2020-10-09 | [apache-teaclave-0.1.0-incubating.tar.gz](https://www.apache.org/dyn/closer.cgi/incubator/teaclave/0.1.0/apache-teaclave-0.1.0-incubating.tar.gz) | [.asc](https://www.apache.org/dist/incubator/teaclave/0.1.0/apache-teaclave-0.1.0-incubating.tar.gz.asc) | [.sha512](https://www.apache.org/dist/incubator/teaclave/0.1.0/apache-teaclave-0.1.0-incubating.tar.gz.sha512) | ## Verify the Integrity of the Files @@ -56,6 +57,6 @@ Windows 7 and later systems should all now have `certUtil`: $ certUtil -hashfile pathToFileToCheck ``` -HashAlgorithm choices: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512 +HashAlgorithm choices: `MD2`, `MD4`, `MD5`, `SHA1`, `SHA256`, `SHA384`, `SHA512` Unix-like systems (and macOS) will have a utility called `md5`, `md5sum` or `shasum` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
