Skip to content

Commit ed89bff

Browse files
committed
get the slim again now that it is trimming well.
1 parent 09aebe3 commit ed89bff

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

download/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ Here you will find the packages with the current SimpleSAMLphp versions:
1212

1313
Released: {{ site.data.latest.published_at | date: "%Y-%m-%d" }}
1414

15+
{% assign sha = site.data.latest.body | split: 'SHA256 checksum slim-release: ' %}
16+
{% assign sharaw = sha[1] | strip_html | replace: '`','' | truncate: 64, '' %}
17+
SHA256 checksum slim-release: {{ sharaw }}
18+
1519
{% assign sha = site.data.latest.body | split: 'SHA256 checksum full-release: ' %}
1620
{% assign sharaw = sha[1] | strip_html | replace: '`','' | truncate: 64, '' %}
1721
SHA256 checksum full-release: {{ sharaw }}
18-
22+
1923
[View changes](/docs/stable/simplesamlphp-changelog)
2024

2125
Check the [GitHub releases page](https://github.com/simplesamlphp/simplesamlphp/releases)

0 commit comments

Comments
 (0)