Skip to content

Commit

Permalink
Merge pull request #95 from xwm1992/update-download-page
Browse files Browse the repository at this point in the history
update download.tsx for v1.9.0 release
  • Loading branch information
xwm1992 authored Jul 5, 2023
2 parents 3b6df69 + 759be5c commit 771a70b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ interface Release {
}

const releaseList: Release[] = [
{
version: 'v1.9.0',
date: new Date(2023, 6, 4),
notes: 'https://eventmesh.apache.org/events/release-notes/v1.9.0',
source: {
tar: 'https://www.apache.org/dyn/closer.lua/eventmesh/1.9.0/apache-eventmesh-1.9.0-source.tar.gz',
asc: 'https://downloads.apache.org/eventmesh/1.9.0/apache-eventmesh-1.9.0-source.tar.gz.asc',
sha512: 'https://downloads.apache.org/eventmesh/1.9.0/apache-eventmesh-1.9.0-source.tar.gz.sha512',
},
binary: {
tar: 'https://www.apache.org/dyn/closer.lua/eventmesh/1.9.0/apache-eventmesh-1.9.0-bin.tar.gz',
asc: 'https://downloads.apache.org/eventmesh/1.9.0/apache-eventmesh-1.9.0-bin.tar.gz.asc',
sha512: 'https://downloads.apache.org/eventmesh/1.9.0/apache-eventmesh-1.9.0-bin.tar.gz.sha512',
},
},
{
version: 'v1.8.0',
date: new Date(2022, 12, 29),
Expand Down

0 comments on commit 771a70b

Please sign in to comment.