From ed89bff7baeff3a5c068b2b49355d5e2f4cab0cd Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Thu, 22 Aug 2024 14:59:30 +1000 Subject: [PATCH] get the slim again now that it is trimming well. --- download/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/download/index.md b/download/index.md index c780af1..f9666dd 100644 --- a/download/index.md +++ b/download/index.md @@ -12,10 +12,14 @@ Here you will find the packages with the current SimpleSAMLphp versions: Released: {{ site.data.latest.published_at | date: "%Y-%m-%d" }} + {% assign sha = site.data.latest.body | split: 'SHA256 checksum slim-release: ' %} + {% assign sharaw = sha[1] | strip_html | replace: '`','' | truncate: 64, '' %} + SHA256 checksum slim-release: {{ sharaw }} + {% assign sha = site.data.latest.body | split: 'SHA256 checksum full-release: ' %} {% assign sharaw = sha[1] | strip_html | replace: '`','' | truncate: 64, '' %} SHA256 checksum full-release: {{ sharaw }} - + [View changes](/docs/stable/simplesamlphp-changelog) Check the [GitHub releases page](https://github.com/simplesamlphp/simplesamlphp/releases)