[ https://issues.apache.org/jira/browse/YETUS-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16918823#comment-16918823 ]
Sean Busbey commented on YETUS-900: ----------------------------------- {code} Update the Mac OS X Homebrew Formula: $ vim Formula/yetus.rb $ # change URL point to the new version $ # update the sha256. e.g., shasum -a 256 bin.gz $ # test the formula: $ brew install --build-from-source Formula/yetus.rb {code} if you already have yetus installed via brew, then the install fails {code} Busbey-MBA:yetus busbey$ brew install --build-from-source Formula/yetus.rb Updating Homebrew... ==> Auto-updated Homebrew! ... Error: yetus 0.10.0 is already installed To upgrade to 0.11.0, run `brew upgrade yetus`. {code} in this case the correct command is {code} Busbey-MBA:yetus busbey$ brew upgrade --build-from-source Formula/yetus.rb ==> Upgrading 1 outdated package: yetus 0.10.0 -> 0.11.0 ==> Upgrading yetus ==> Downloading https://www.apache.org/dyn/closer.lua?path=/yetus/0.11.0/apache-yetus-0.11.0-bin.tar.gz Already downloaded: /Users/busbey/Library/Caches/Homebrew/downloads/945a283f613d4061c0a1f72c85792589a04ba442182331953199e88da795b7fc--apache-yetus-0.11.0-bin.tar.gz 🍺 /usr/local/Cellar/yetus/0.11.0: 118 files, 698.3KB, built in 4 seconds Removing: /usr/local/Cellar/yetus/0.10.0... (110 files, 647.6KB) {code} > corrections to release process docs > ----------------------------------- > > Key: YETUS-900 > URL: https://issues.apache.org/jira/browse/YETUS-900 > Project: Yetus > Issue Type: Task > Components: website and documentation > Affects Versions: 0.10.0 > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Minor > Fix For: 0.12.0 > > > track issues I find while going through release for 0.11.0 so I can fix them > after. -- This message was sent by Atlassian Jira (v8.3.2#803003)