Skip to content

Commit

Permalink
download url
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Sep 16, 2023
1 parent 80e719b commit c4b2f25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions redis/build_msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ find . -mindepth 1 -maxdepth 1 -exec strip "{}" \;
{ printf '### %s
%s
</details>
<details>
<summary>sha256sum ./*</summary>
Expand All @@ -51,7 +49,9 @@ find . -mindepth 1 -maxdepth 1 -exec strip "{}" \;
```
</details>
' "$self_toolset_name.tar.gz" "$(./redis-cli --version)" "$(sha256sum ./*)"
%
' "$self_toolset_name.tar.gz" "$(./redis-cli --version)" "$(sha256sum ./*)" "$download_url"
} > "$self_toolset_name.md"

cat "$self_toolset_name.md"
Expand Down
2 changes: 0 additions & 2 deletions redis/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ find . -mindepth 1 -maxdepth 1 -exec strip "{}" \;
{ printf '### %s
%s
</details>
<details>
<summary>sha256sum ./*</summary>
Expand Down

0 comments on commit c4b2f25

Please sign in to comment.