Skip to content

Commit e011b91

Browse files
committed
go back to too much processing
1 parent 6541636 commit e011b91

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

download/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ Here you will find the packages with the current SimpleSAMLphp versions:
1313
Released: {{ site.data.latest.published_at | date: "%Y-%m-%d" }}
1414

1515
{% assign sha = site.data.latest.body | split: 'SHA256 checksum slim-release: ' %}
16-
SHA256 checksum slim-release: {{ sha[1] | strip_html }}
16+
{% assign sharaw = sha[1] | strip_html %}
17+
SHA256 checksum slim-release: {{ sharaw }}
1718

1819
{% assign shaf = site.data.latest.body | split: 'SHA256 checksum full-release: ' %}
19-
SHA256 checksum full-release: {{ shaf[1] | strip_html | truncate: 64 }}
20+
{% assign shafraw = shaf[1] | strip_html | truncate: 64 %}
21+
SHA256 checksum full-release: {{ shafraw }}
2022

2123
[View changes](/docs/stable/simplesamlphp-changelog)
2224

0 commit comments

Comments
 (0)