Skip to content

Commit

Permalink
fix descritpion
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Jun 9, 2024
1 parent 53efe2b commit 03ca564
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions pcre2grep/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ cp -f "$dp0/release/pcre2-$tool_version/build/Release/$tool_name" "$dp0/release/

cd "$dp0/release/build"

{ printf 'SHA-256: %s (msvc)
' "$(sha256sum $tool_name)"
{ printf '### %s
SHA-256: %s
%s
' "$self_toolset_name.tar.gz" "$(sha256sum $tool_name)" "$download_url"
} > build-msvc.md

cat build-msvc.md
Expand Down
5 changes: 4 additions & 1 deletion pcre2grep/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ strip "$tool_name"
chmod +x "$tool_name"

{ printf '%s
### %s
SHA-256: %s
' "$("./$tool_name" --version)" "$(sha256sum $tool_name)"
' "$("./$tool_name" --version)" "$self_toolset_name.tar.gz" "$(sha256sum $tool_name)"
} > build-musl.md

cat build-musl.md
Expand Down

0 comments on commit 03ca564

Please sign in to comment.