We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09aebe3 commit ed89bffCopy full SHA for ed89bff
1 file changed
download/index.md
@@ -12,10 +12,14 @@ Here you will find the packages with the current SimpleSAMLphp versions:
12
13
Released: {{ site.data.latest.published_at | date: "%Y-%m-%d" }}
14
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
+
19
{% assign sha = site.data.latest.body | split: 'SHA256 checksum full-release: ' %}
20
{% assign sharaw = sha[1] | strip_html | replace: '`','' | truncate: 64, '' %}
21
SHA256 checksum full-release: {{ sharaw }}
-
22
23
[View changes](/docs/stable/simplesamlphp-changelog)
24
25
Check the [GitHub releases page](https://github.com/simplesamlphp/simplesamlphp/releases)
0 commit comments