You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2020/04/21 21:04:22 UTC

[arrow] branch master updated: ARROW-8542: [Release] Fix checksum url in the website post release script

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new f0b29bb  ARROW-8542: [Release] Fix checksum url in the website post release script
f0b29bb is described below

commit f0b29bb97356ff8be86133e824de95345b6d0716
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Wed Apr 22 06:03:52 2020 +0900

    ARROW-8542: [Release] Fix checksum url in the website post release script
    
    Closes #6999 from kszucs/release-website-checksum-url
    
    Authored-by: Krisztián Szűcs <sz...@gmail.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 dev/release/post-03-website.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/post-03-website.sh b/dev/release/post-03-website.sh
index 06bbe2b..58121f5 100755
--- a/dev/release/post-03-website.sh
+++ b/dev/release/post-03-website.sh
@@ -247,7 +247,7 @@ current:
   java-artifacts: 'http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%22${version}%22'
   asc: '${apache_download_url}/arrow/arrow-${version}/apache-arrow-${version}.tar.gz.asc'
   sha256: '${apache_download_url}/arrow/arrow-${version}/apache-arrow-${version}.tar.gz.sha256'
-  sha512: '${apache_download_url}/dist/arrow/arrow-${version}/apache-arrow-${version}.tar.gz.sha512'
+  sha512: '${apache_download_url}/arrow/arrow-${version}/apache-arrow-${version}.tar.gz.sha512'
 YAML
 git add "${versions_yml}"