This is an automated email from the ASF dual-hosted git repository. jmclean pushed a commit to branch justinmclean-patch-1 in repository https://gitbox.apache.org/repos/asf/gravitino-site.git
commit ca66b9013714fbabd17c99bcf110f821bec4ae0c Author: Justin Mclean <[email protected]> AuthorDate: Thu Sep 12 12:58:46 2024 +1000 Add brief instructions on verifying releases. --- src/pages/downloads.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/downloads.mdx b/src/pages/downloads.mdx index 0821f9a..406d9aa 100644 --- a/src/pages/downloads.mdx +++ b/src/pages/downloads.mdx @@ -10,7 +10,7 @@ [Gravitino Trino connector](https://www.apache.org/dyn/closer.lua/incubator/gravitino/0.6.0-incubating/gravitino-trino-connector-0.6.0-incubating.tar.gz) [ASC](https://downloads.apache.org/incubator/gravitino/0.6.0-incubating/gravitino-trino-connector-0.6.0-incubating.tar.gz.asc) [SHA](https://downloads.apache.org/incubator/gravitino/0.6.0-incubating/gravitino-trino-connector-0.6.0-incubating.tar.gz.sha512) -The [KEYS file](https://downloads.apache.org/incubator/gravitino/KEYS) used to verify the release. +The [KEYS file](https://downloads.apache.org/incubator/gravitino/KEYS) and ASC files can used to verify the release, please follow the intructions on the download page to verify the release. ## Install Apache Gravitino using Docker
