Skip to content

Commit 34f829f

Browse files
authored
Merge pull request #94 from bgilbert/bin
openslide-bin 4.0.0.5
2 parents 45d0532 + e75565d commit 34f829f

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

_data/releases.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ java:
5959
- {version: 0.6.0, date: 2009-08-17, gz: 1}
6060
- {version: 0.5.0, date: 2009-07-15, gz: 1}
6161
bin:
62+
- {version: 4.0.0.5, date: 2024-09-10, linux_aarch64: 1}
6263
- {version: 4.0.0.4, date: 2024-09-01}
6364
- {version: 4.0.0.3, date: 2024-05-04}
6465
- {version: 4.0.0.2, date: 2024-03-29}

_includes/news.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{% include links.md %}
22

3+
## Binary build 4.0.0.5, 2024-09-10
4+
5+
[Binary build 4.0.0.5][bin-4.0.0.5] adds Linux aarch64 (ARM64) binaries.
6+
7+
[bin-4.0.0.5]: https://github.com/openslide/openslide-bin/releases/tag/v4.0.0.5
8+
9+
310
## Binary build 4.0.0.4, 2024-09-01
411

512
[Binary build 4.0.0.4][bin-4.0.0.4] updates the versions of many

download/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,15 @@ If you're looking for the bleeding edge,
5252
{% if release.version %}
5353
<td><a href="https://github.com/openslide/openslide-bin/releases/download/v{{ version }}/openslide-bin-{{ version }}.tar.gz">Source</a></td>
5454
<td><a href="https://github.com/openslide/openslide-bin/releases/download/v{{ version }}/openslide-bin-{{ version }}-linux-x86_64.tar.xz">Linux x86_64</a></td>
55+
<td>{% if release.linux_aarch64 %}<a href="https://github.com/openslide/openslide-bin/releases/download/v{{ version }}/openslide-bin-{{ version }}-linux-aarch64.tar.xz">Linux aarch64</a>{% endif %}</td>
5556
<td><a href="https://github.com/openslide/openslide-bin/releases/download/v{{ version }}/openslide-bin-{{ version }}-macos-arm64-x86_64.tar.xz">macOS</a></td>
5657
<td></td>
5758
<td><a href="https://github.com/openslide/openslide-bin/releases/download/v{{ version }}/openslide-bin-{{ version }}-windows-x64.zip">Windows x64</a></td>
5859
{% else %}
5960
<td><a href="https://github.com/openslide/openslide-bin/releases/download/v{{ version }}/openslide-winbuild-{{ version }}.zip">Source</a></td>
6061
<td></td>
6162
<td></td>
63+
<td></td>
6264
<td><a href="https://github.com/openslide/openslide-bin/releases/download/v{{ version }}/openslide-win32-{{ version }}.zip">Windows x86</a></td>
6365
<td><a href="https://github.com/openslide/openslide-bin/releases/download/v{{ version }}/openslide-win64-{{ version }}.zip">Windows x64</a></td>
6466
{% endif %}

0 commit comments

Comments
 (0)