Skip to content

Commit 5a6e07e

Browse files
committed
try to get one first
1 parent e011b91 commit 5a6e07e

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

download/index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)