This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 239082e Site checkin for project PLC4X: Jenkins Tools
239082e is described below
commit 239082e9ea99767ab484b7f96925fa8165b5edff
Author: jenkins <[email protected]>
AuthorDate: Tue Dec 15 09:15:06 2020 +0000
Site checkin for project PLC4X: Jenkins Tools
---
developers/release/validation.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/developers/release/validation.html
b/developers/release/validation.html
index 0284f85..a6b6a39 100644
--- a/developers/release/validation.html
+++ b/developers/release/validation.html
@@ -263,10 +263,9 @@ Additional Apache tutorial on how to verify downloads can
be found <a href="http
</div>
<div class="listingblock">
<div class="content">
-<pre>shasum -a512 apache-plc4x-{current-full-version}-source-release.zip
+<pre>Mac/Linux: shasum -a512
apache-plc4x-{current-full-version}-source-release.zip
-Alternatively (automatically compares the checkum):
-gsha512sum -c
apache-plc4x-{current-full-version}-source-release.zip.sha512</pre>
+Windows (PowerShell): Get-FileHash -Algorithm SHA512
.\apache-plc4x-code-generation-{current-full-version}-source-release.zip |
Format-List</pre>
</div>
</div>
<div class="ulist checklist">