Repository: yetus Updated Branches: refs/heads/master 0abf0a756 -> 449013fad
YETUS-604. Release documentation for homebrew has wrong flag Signed-off-by: Jack Bearden <[email protected]> Signed-off-by: Sean Busbey <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/449013fa Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/449013fa Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/449013fa Branch: refs/heads/master Commit: 449013fadb9122e15a1f5bb26a2dc052cbb4a41a Parents: 0abf0a7 Author: Allen Wittenauer <[email protected]> Authored: Thu Jul 19 13:28:30 2018 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Fri Jul 27 10:37:14 2018 -0700 ---------------------------------------------------------------------- asf-site-src/source/contribute/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/449013fa/asf-site-src/source/contribute/releases.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/contribute/releases.md b/asf-site-src/source/contribute/releases.md index e7239e4..0f67aab 100644 --- a/asf-site-src/source/contribute/releases.md +++ b/asf-site-src/source/contribute/releases.md @@ -496,7 +496,7 @@ It may take up to 24 hours for the artifacts to make their way to the various mi $ vim Formula/yetus.rb $ # change URL point to new version - $ # update the sha256. e.g., shasum -s 256 bin.gz + $ # update the sha256. e.g., shasum -a 256 bin.gz 1. Update the documentation in the git master branch for the new release. Due to some limitations in our website rendering library, this currently involves some extra symlinks (see YETUS-192). $ cd asf-site-src
