This is an automated email from the ASF dual-hosted git repository.
apratim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git
The following commit(s) were added to refs/heads/master by this push:
new 6ddd458 Added signature, removed zip, updated links
6ddd458 is described below
commit 6ddd458484d60261328275dd194eedaa28108885
Author: Apratim Shukla <[email protected]>
AuthorDate: Mon Oct 7 18:04:45 2024 -0700
Added signature, removed zip, updated links
---
src/components/Download/DownloadBox.tsx | 2 +-
src/components/Download/index.tsx | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/components/Download/DownloadBox.tsx
b/src/components/Download/DownloadBox.tsx
index af8426e..6112d8f 100644
--- a/src/components/Download/DownloadBox.tsx
+++ b/src/components/Download/DownloadBox.tsx
@@ -39,7 +39,7 @@ const DownloadBox = (props: {
)}
{signLink && (
<a href={signLink} className="badge-download">
- Sign
+ ASC
</a>
)}
<span className="badge-asf">
diff --git a/src/components/Download/index.tsx
b/src/components/Download/index.tsx
index 3bb6aa5..f2e7e9d 100644
--- a/src/components/Download/index.tsx
+++ b/src/components/Download/index.tsx
@@ -7,13 +7,13 @@ const Download = () => {
const [isZIP, setIsZIP] = useState(false);
const asfSha512LinkZIP = "";
- const asfSha512LinkTAR =
"https://dist.apache.org/repos/dist/release/incubator/resilientdb/1.10.0-rc3/apache-resilientdb-1.10.0-incubating-src.tar.gz.sha512";
+ const asfSha512LinkTAR =
"https://dist.apache.org/repos/dist/release/incubator/resilientdb/1.10.0/apache-resilientdb-1.10.0-incubating-src.tar.gz.sha512";
const nonAsfSha512LinkZIP = "";
const nonAsfSha512LinkTAR = "";
- const signLink = "";
+ const signLink =
"https://dist.apache.org/repos/dist/release/incubator/resilientdb/1.10.0/apache-resilientdb-1.10.0-incubating-src.tar.gz.asc";
const asfDownloadLinkZIP = "";
- const asfDownloadLinkTAR =
"https://dist.apache.org/repos/dist/release/incubator/resilientdb/1.10.0-rc3/apache-resilientdb-1.10.0-incubating-src.tar.gz";
+ const asfDownloadLinkTAR =
"https://dist.apache.org/repos/dist/release/incubator/resilientdb/1.10.0/apache-resilientdb-1.10.0-incubating-src.tar.gz";
const nonAsfDownloadLinkZIP =
"https://github.com/apache/incubator-resilientdb/archive/refs/tags/v1.10.0-rc03.zip";
const nonAsfDownloadLinkTAR = "";
@@ -34,7 +34,7 @@ const Download = () => {
width="665px"
/>
- <div className="w-full">
+ {/*<div className="w-full">
<div className="mb-8 flex justify-center md:mb-12 lg:mb-16">
<span
onClick={() => setIsZIP(true)}
@@ -68,7 +68,7 @@ const Download = () => {
tar.gz
</span>
</div>
- </div>
+ </div>*/}
<div className="flex justify-center">
{isZIP ? (