[ 
https://issues.apache.org/jira/browse/ARROW-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16790048#comment-16790048
 ] 

Kouhei Sutou commented on ARROW-4833:
-------------------------------------

The following command lines are the correct way to upgrade to the new version:
{noformat}
version=0.12.1
url="https://www.apache.org/dyn/closer.cgi?path=arrow/arrow-${version}/apache-arrow-${version}.tar.gz";
sha256="$(curl 
https://dist.apache.org/repos/dist/release/arrow/arrow-${version}/apache-arrow-${version}.tar.gz.sha256
 | cut -d' ' -f1)"
HOMEBREW_GITHUB_API_TOKEN=YOUR_GITHUB_API_TOKEN brew bump-formula-pr --strict 
apache-arrow --url="${url}" --sha256="${sha256}"
HOMEBREW_GITHUB_API_TOKEN=YOUR_GITHUB_API_TOKEN brew bump-formula-pr --strict 
apache-arrow-glib --url="${url}" --sha256="${sha256}"{noformat}
See also: 
https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md#to-submit-a-version-upgrade-for-the-foo-formula

> [Release] Document how to update the brew formula in the release management 
> guide
> ---------------------------------------------------------------------------------
>
>                 Key: ARROW-4833
>                 URL: https://issues.apache.org/jira/browse/ARROW-4833
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Krisztian Szucs
>            Priority: Major
>             Fix For: 0.13.0
>
>
> See https://github.com/Homebrew/homebrew-core/pull/36768#discussion_r254495641



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to