From 5402444d5b18db02c4914c31862171fc963a9ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 31 Aug 2022 12:37:24 +0200 Subject: [PATCH] Website: add link to SHA256 checksum file --- web/project-website/content/download/_index.md | 12 ++++++------ .../layouts/shortcodes/flamenco/sha256link.html | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 web/project-website/layouts/shortcodes/flamenco/sha256link.html diff --git a/web/project-website/content/download/_index.md b/web/project-website/content/download/_index.md index 0e1bea54..a3eae49e 100644 --- a/web/project-website/content/download/_index.md +++ b/web/project-website/content/download/_index.md @@ -29,12 +29,12 @@ planned by the end of September 2022. [bugs]: (https://developer.blender.org/project/profile/58/) {{< /hint >}} -| Platform | File | -|----------|------------------------------------------------------| -| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} | -| Linux | {{< flamenco/downloadLink os="linux" >}} | -| macOS | {{< flamenco/downloadLink os="macos" >}} | - +| Platform | File | +|-----------|------------------------------------------------------| +| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} | +| Linux | {{< flamenco/downloadLink os="linux" >}} | +| macOS | {{< flamenco/downloadLink os="macos" >}} | +| checksums | {{< flamenco/sha256link >}} | ## License diff --git a/web/project-website/layouts/shortcodes/flamenco/sha256link.html b/web/project-website/layouts/shortcodes/flamenco/sha256link.html new file mode 100644 index 00000000..71fb7b12 --- /dev/null +++ b/web/project-website/layouts/shortcodes/flamenco/sha256link.html @@ -0,0 +1,2 @@ +{{- $filename := printf "flamenco-%s.sha256" $.Site.Data.flamenco.latestVersion -}} +{{ $filename }}