Website: add link to SHA256 checksum file

This commit is contained in:
Sybren A. Stüvel 2022-08-31 12:37:24 +02:00
parent e4a7708cb6
commit 5402444d5b
2 changed files with 8 additions and 6 deletions

View File

@ -30,11 +30,11 @@ planned by the end of September 2022.
{{< /hint >}}
| Platform | File |
|----------|------------------------------------------------------|
|-----------|------------------------------------------------------|
| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} |
| Linux | {{< flamenco/downloadLink os="linux" >}} |
| macOS | {{< flamenco/downloadLink os="macos" >}} |
| checksums | {{< flamenco/sha256link >}} |
## License

View File

@ -0,0 +1,2 @@
{{- $filename := printf "flamenco-%s.sha256" $.Site.Data.flamenco.latestVersion -}}
<a class="flamenco-download-link" href="/downloads/{{ $filename }}">{{ $filename }}</a>