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

@ -29,12 +29,12 @@ planned by the end of September 2022.
[bugs]: (https://developer.blender.org/project/profile/58/) [bugs]: (https://developer.blender.org/project/profile/58/)
{{< /hint >}} {{< /hint >}}
| Platform | File | | Platform | File |
|----------|------------------------------------------------------| |-----------|------------------------------------------------------|
| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} | | Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} |
| Linux | {{< flamenco/downloadLink os="linux" >}} | | Linux | {{< flamenco/downloadLink os="linux" >}} |
| macOS | {{< flamenco/downloadLink os="macos" >}} | | macOS | {{< flamenco/downloadLink os="macos" >}} |
| checksums | {{< flamenco/sha256link >}} |
## License ## 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>