Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add download links for v1.6.0-beta1 #1116

Merged
merged 2 commits into from
Jan 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
<!--
If the following lines are commented, the "upcoming release" section
in `downloads/index.md` will not be shown.

@def upcoming_release = "1.5.0-rc2"
@def upcoming_release_short = "1.5"
@def upcoming_release_date = "July 27, 2020"
-->
@def upcoming_release = "1.6.0-beta1"
@def upcoming_release_short = "1.6"
@def upcoming_release_date = "January 8, 2021"
8 changes: 8 additions & 0 deletions downloads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,14 @@ Checksums for this release are available in both, [MD5](https://julialang-s3.jul
</td>
</td>
</tr>
<tr>
<th> Generic Linux on PowerPC <a href="/downloads/platform/#linux_and_freebsd">[help]</a></th>
<td colspan="3"> <a href="https://julialang-s3.julialang.org/bin/linux/ppc64le/{{upcoming_release_short}}/julia-{{upcoming_release}}-linux-ppc64le.tar.gz">64-bit (little endian)</a>
(<a href="https://julialang-s3.julialang.org/bin/linux/ppc64le/{{upcoming_release_short}}/julia-{{upcoming_release}}-linux-ppc64le.tar.gz.asc">GPG</a>)
</td>
<td colspan="3">
</td>
</tr>
<tr>
<th> Generic FreeBSD on x86 <a href="/downloads/platform/#linux_and_freebsd">[help]</a></th>
<td colspan="3"> <a href="https://julialang-s3.julialang.org/bin/freebsd/x64/{{upcoming_release_short}}/julia-{{upcoming_release}}-freebsd-x86_64.tar.gz">64-bit</a>
Expand Down