File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,10 @@ 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 %}
17- SHA256 checksum slim -release: {{ sharaw }}
15+ {% assign sha = site.data.latest.body | split: 'SHA256 checksum full -release: ' %}
16+ {% assign sharaw = sha[1] | strip_html | truncate: 64 %}
17+ SHA256 checksum full -release: {{ sharaw }}
1818
19- {% assign shaf = site.data.latest.body | split: 'SHA256 checksum full-release: ' %}
20- {% assign shafraw = shaf[1] | strip_html | truncate: 64 %}
21- SHA256 checksum full-release: {{ shafraw }}
22-
2319 [View changes](/docs/stable/simplesamlphp-changelog)
2420
2521Check the [ GitHub releases page] ( https://github.com/simplesamlphp/simplesamlphp/releases )
You can’t perform that action at this time.
0 commit comments